Skip to content

Commit

Permalink
Improved MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed May 1, 2023
1 parent f3f2158 commit 9875438
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
include AUTHORS CHANGES LICENSE README.rst BADGES.rst version.txt .coveragerc .readthedocs.yaml
include AUTHORS CHANGES LICENSE README.rst BADGES.rst version.txt .coveragerc .readthedocs.yaml .pre-commit-config.yaml
recursive-include pint *
recursive-include docs *
recursive-include bench *
recursive-include benchmarks *
prune docs/_build
prune docs/_themes/.git
prune pint/.pytest_cache
exclude .editorconfig bors.toml pull_request_template.md requirements_docs.txt version.py
global-exclude *.pyc *~ .DS_Store *__pycache__* *.pyo .travis-exclude.yml
global-exclude *.pyc *~ .DS_Store *__pycache__* *.pyo .travis-exclude.yml *.lock

0 comments on commit 9875438

Please sign in to comment.