summary refs log tree commit diff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRichard van der Hoff <github@rvanderhoff.org.uk>2017-09-05 21:57:19 +0100
committerGitHub <noreply@github.com>2017-09-05 21:57:19 +0100
commit59de2c7afa00edb4fedc0aae39a5a87c9f3464f1 (patch)
treec04c8026ce347ad8bc198b0597959c8c422dd248 /MANIFEST.in
parentMerge pull request #2433 from ptman/patch-1 (diff)
downloadsynapse-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.in1
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