summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorTorsten Marek <shlomme@gmail.com>2014-11-09 22:44:59 +0100
committerTorsten Marek <shlomme@gmail.com>2014-11-09 22:44:59 +0100
commitf5e58be597e4866b0ef34cf874693240124b0693 (patch)
treee82d2834954f87ffbdcd39697f330d1de26f9925 /MANIFEST.in
parent739f62fd426ce9ac6a305a6ff58a48c9d0e7d0dd (diff)
downloadastroid-git-f5e58be597e4866b0ef34cf874693240124b0693.tar.gz
Merge all test data into a single package per Python version.
Also modernized a lot of test code. This makes it possible to run the tests from both the base directory of the project as well as the astroid package. Since the packages have the same name for Python 2 and 3, there is less version-dependent code in the tests.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 6b779861..4837adf1 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,8 +2,6 @@ include ChangeLog
include README
include COPYING
include COPYING.LESSER
-recursive-include astroid/tests/data *.py *.zip *.egg
-recursive-include astroid/tests/data_py3 *.py *.zip *.egg
-recursive-include astroid/tests/data2 *.py
-recursive-include astroid/tests/regrtest_data *.py
+include tox.ini
+recursive-include astroid/tests/testdata *.py *.zip *.egg
recursive-include astroid/brain *.py