summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 1a070e7..855c534 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,7 @@
-include LICENSE .coveragerc .travis.yml tox.ini
+include LICENSE .coveragerc .travis.yml .pre-commit-config.yaml tox.ini pyproject.toml
include docs/Makefile docs/conf.py
include *.rst *.txt
-recursive-include tests *.py
+exclude conftest.py .readthedocs.yml
recursive-include docs *.rst
+prune tests
+prune .github