summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-05-01 10:07:46 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-05-01 10:07:46 -0300
commit987543844b4ec1f69ca8111181edcb8b71d18f19 (patch)
treebacfc8b76cfc73c97b529c8666b0a33be7a7ed0a
parentf3f2158ac7600e26a32141ec5da7cc69dfb461d7 (diff)
downloadpint-987543844b4ec1f69ca8111181edcb8b71d18f19.tar.gz
Improved 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