diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-06-08 13:35:07 +0100 |
---|---|---|
committer | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-08-02 18:21:34 +0100 |
commit | 26a37f3d4dcd2257005d9afe1d90af470198e111 (patch) | |
tree | 853bf9dc12bbd6392dba12ff0a1faf32df967688 | |
parent | Refactor docker locations and README. (diff) | |
download | synapse-26a37f3d4dcd2257005d9afe1d90af470198e111.tar.xz |
Do not include docker files in python build
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 7076b608d4..1ff98d95df 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -35,3 +35,4 @@ recursive-include changelog.d * prune .github prune demo/etc +prune docker |