diff options
author | reivilibre <oliverw@matrix.org> | 2021-10-13 08:42:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 08:42:41 +0100 |
commit | 2a2b189130c6ad040d00548d3dfc7030a9618a57 (patch) | |
tree | 394145a01981764cc97ee716ed43533ec939cb90 /MANIFEST.in | |
parent | Always dump logs from trial during CI. (#11068) (diff) | |
download | synapse-2a2b189130c6ad040d00548d3dfc7030a9618a57.tar.xz |
Mark Module API error imports as re-exported and mark Synapse as containing type annotations (#11054)
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 44d5cc7618..c24786c3b3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,6 +8,7 @@ include demo/demo.tls.dh include demo/*.py include demo/*.sh +include synapse/py.typed recursive-include synapse/storage *.sql recursive-include synapse/storage *.sql.postgres recursive-include synapse/storage *.sql.sqlite |