summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-04-30 08:57:10 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2020-05-01 08:02:10 +0200
commit5d4bfa75d956cb426b5f714e6f4f4de366c15217 (patch)
tree84dbfd783e8120a6c0e7ed25f46673deda7a14ba /MANIFEST.in
parentf3d4139a0375149f09a5672420e9a34347ff4bd8 (diff)
downloadastroid-git-5d4bfa75d956cb426b5f714e6f4f4de366c15217.tar.gz
Exclude tests from getting installed from source distribution
Close #774
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 23286ffc..8cf73ba0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,3 +5,5 @@ include COPYING.LESSER
include pytest.ini
recursive-include tests *.py *.zip *.egg *.pth
recursive-include astroid/brain *.py
+graft tests
+recursive-exclude tests *.pyc