diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2017-09-05 21:57:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-05 21:57:19 +0100 |
commit | 59de2c7afa00edb4fedc0aae39a5a87c9f3464f1 (patch) | |
tree | c04c8026ce347ad8bc198b0597959c8c422dd248 /MANIFEST.in | |
parent | Merge pull request #2433 from ptman/patch-1 (diff) | |
download | synapse-59de2c7afa00edb4fedc0aae39a5a87c9f3464f1.tar.xz |
Exclude the github issue template from our sdist (#2440)
PR #2413 added an issue template, but just adding files to the project directory upsets the packaging scripts: we need to explicitly include or exclude them. Move the template into a .github directory to make that easy, and to de-clutter the root a bit.
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 981698143f..afb60e12ee 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -27,4 +27,5 @@ exclude jenkins*.sh exclude jenkins* recursive-exclude jenkins *.sh +prune .github prune demo/etc |