summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAshley Whetter <ashley@awhetter.co.uk>2018-05-14 15:04:16 -0700
committerAshley Whetter <AWhetter@users.noreply.github.com>2018-05-17 06:43:54 -0700
commitf4196707cbd1d2b63bb4c24bc8376275676c615f (patch)
tree54880d6a82a08c2223781d4a2d217b6eda8d47dd /MANIFEST.in
parentcd76b495d5e590138a90300d60cfcc5b4647cea5 (diff)
downloadastroid-git-f4196707cbd1d2b63bb4c24bc8376275676c615f.tar.gz
Tests are no longer installed
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 4837adf1..5016f647 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,7 @@
include ChangeLog
-include README
+include README.rst
include COPYING
include COPYING.LESSER
-include tox.ini
-recursive-include astroid/tests/testdata *.py *.zip *.egg
+include pytest.ini
+recursive-include astroid/tests *.py *.zip *.egg *.pth
recursive-include astroid/brain *.py