Skip to content

Commit

Permalink
fix: SDist includes files it shouldn't include
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored and auvipy committed Sep 19, 2021
1 parent 4b89f71 commit e0ad1b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
include README.rst
include LICENSE

exclude .coveragerc
exclude .gitignore
exclude .pre-commit-config.yaml
exclude .travis.yml
exclude noxfile.py

prune .github
prune scripts
prune tests

0 comments on commit e0ad1b9

Please sign in to comment.