diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-07-19 19:01:20 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-07-19 19:01:20 +0100 |
commit | 4430b1ceb39e125fc6316b37a9767d5c1cb8de7b (patch) | |
tree | e3f963c3c5b256ce529d8d94146d6072d603c1bd | |
parent | Type annotations (diff) | |
download | synapse-4430b1ceb39e125fc6316b37a9767d5c1cb8de7b.tar.xz |
MANIFEST.in: Add *.pyi
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index dfb7c9d28d..216df265b5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -14,6 +14,7 @@ recursive-include docs * recursive-include res * recursive-include scripts * recursive-include scripts-dev * +recursive-include synapse *.pyi recursive-include tests *.py recursive-include synapse/static *.css |