Exclude SCM and CI files from distribution

These files don't make sense outside of the git respository.
This commit is contained in:
Scott Talbert
2020-06-26 12:02:03 -04:00
parent 59caed8e2f
commit 925829cb72

5
MANIFEST.in Normal file
View File

@@ -0,0 +1,5 @@
exclude .appveyor.yml
exclude .gitignore
exclude .pre-commit-config.yaml
exclude .travis.yml
prune .github