Browse Source

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.
Richard van der Hoff 6 years ago
parent
commit
59de2c7afa
2 changed files with 1 additions and 0 deletions
  1. 0 0
      .github/ISSUE_TEMPLATE.md
  2. 1 0
      MANIFEST.in

+ 0 - 0
ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE.md


+ 1 - 0
MANIFEST.in

@@ -27,4 +27,5 @@ exclude jenkins*.sh
 exclude jenkins*
 recursive-exclude jenkins *.sh
 
+prune .github
 prune demo/etc