summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-06-21 08:25:22 -0500
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-06-21 08:25:22 -0500
commitf836f2af1d9ec6af5188950bfb5624fa04888586 (patch)
treeacf370edefab66dd0a2bf6dd45aa180c37948fcd /MANIFEST.in
parentcc7e801a5bfb7e276585349cc878259d4cb71c56 (diff)
New upstream version 18.1.0
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