Skip to content

Commit

Permalink
Update MANIFEST to include tests and docs, and exclude ci files
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Sep 14, 2023
1 parent edec157 commit 602b0f6
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
include LICENSE
include MANIFEST.in
include AUTHORS.md CHANGELOG.md CODE_OF_CONDUCT.md README.md
exclude .codecov.yml
exclude .gitattributes
exclude .gitignore
exclude .pre-commit-config.yaml

global-exclude *.py[cod] __pycache__ *.so

graft src
prune docs
prune tests
exclude tox.ini
exclude *.md
exclude *.yaml
exclude *.yml
prune .github

0 comments on commit 602b0f6

Please sign in to comment.