summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 96c6d49..d6b725c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -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