diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-02 22:30:32 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-10-02 22:30:32 -0700 |
| commit | 4c0e7f76572d8d2332c3a0e01312fdb7c5def382 (patch) | |
| tree | ed06ab12aa7025e3ee706fd2ec1dff76d1c38b1c /MANIFEST.in | |
| parent | a31456c0206bf2395e17f26fc3dd4e6e6b49901b (diff) | |
| download | pyramid-4c0e7f76572d8d2332c3a0e01312fdb7c5def382.tar.gz pyramid-4c0e7f76572d8d2332c3a0e01312fdb7c5def382.tar.bz2 pyramid-4c0e7f76572d8d2332c3a0e01312fdb7c5def382.zip | |
Is this "graft"?
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 7371479f8..8b2aff2ae 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,6 +13,8 @@ include HACKING.txt hacking-tox.ini include builddocs.sh coverage.sh scaffoldtests.sh include TODO.txt -include .github .github/* +include .github .github/ISSUE_TEMPLATE .github/ISSUE_TEMPLATE/bug_report.md +include .github/ISSUE_TEMPLATE/documentation.md +include .github/ISSUE_TEMPLATE/feature_request.md global-exclude __pycache__ *.py[cod] |
