summary refs log tree commit diff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2021-10-13 08:42:41 +0100
committerGitHub <noreply@github.com>2021-10-13 08:42:41 +0100
commit2a2b189130c6ad040d00548d3dfc7030a9618a57 (patch)
tree394145a01981764cc97ee716ed43533ec939cb90 /MANIFEST.in
parentAlways dump logs from trial during CI. (#11068) (diff)
downloadsynapse-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.in1
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