diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-08-24 17:17:31 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-08-25 14:14:02 +0100 |
commit | 2e31dd2ad3bdb67a2b66ad1227110c1c29a1add6 (patch) | |
tree | b850768807bae8c58e8c20c0e885a5b912e67d6a /MANIFEST.in | |
parent | Merge pull request #243 from matrix-org/markjh/remove_syutil (diff) | |
download | synapse-2e31dd2ad3bdb67a2b66ad1227110c1c29a1add6.tar.xz |
Add tox.ini file for synapse
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index a9b543af82..d1b6b69633 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,4 +12,9 @@ recursive-include demo *.py recursive-include demo *.sh recursive-include docs * recursive-include scripts * +recursive-include scripts-dev * recursive-include tests *.py + +recursive-include static *.css +recursive-include static *.html +recursive-include static *.js |