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.
pull/4/merge
Richard van der Hoff 7 years ago committed by GitHub
parent c0c31656ff
commit 59de2c7afa
  1. 0
      .github/ISSUE_TEMPLATE.md
  2. 1
      MANIFEST.in

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

Loading…
Cancel
Save