Skip to content

Commit 9875438

Browse files
committed
Improved MANIFEST.in
1 parent f3f2158 commit 9875438

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

MANIFEST.in

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
include AUTHORS CHANGES LICENSE README.rst BADGES.rst version.txt .coveragerc .readthedocs.yaml
1+
include AUTHORS CHANGES LICENSE README.rst BADGES.rst version.txt .coveragerc .readthedocs.yaml .pre-commit-config.yaml
22
recursive-include pint *
33
recursive-include docs *
4-
recursive-include bench *
4+
recursive-include benchmarks *
55
prune docs/_build
66
prune docs/_themes/.git
7+
prune pint/.pytest_cache
78
exclude .editorconfig bors.toml pull_request_template.md requirements_docs.txt version.py
8-
global-exclude *.pyc *~ .DS_Store *__pycache__* *.pyo .travis-exclude.yml
9+
global-exclude *.pyc *~ .DS_Store *__pycache__* *.pyo .travis-exclude.yml *.lock

0 commit comments

Comments
 (0)