From 987543844b4ec1f69ca8111181edcb8b71d18f19 Mon Sep 17 00:00:00 2001 From: Hernan Grecco Date: Mon, 1 May 2023 10:07:46 -0300 Subject: Improved MANIFEST.in --- MANIFEST.in | 7 ++++--- 1 file 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 -- cgit v1.2.1