summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTorsten Marek <shlomme@gmail.com>2014-11-09 00:17:25 +0100
committerTorsten Marek <shlomme@gmail.com>2014-11-09 00:17:25 +0100
commitb03e5d175a216ad3aa0452fe396bdb9e93329833 (patch)
tree50223a4c1004db367c010ef0a3f652faf03136ec /setup.py
parent56262c3b28aec3a539e18d8bda610ef65efcb86c (diff)
downloadastroid-b03e5d175a216ad3aa0452fe396bdb9e93329833.tar.gz
More debugging
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d356110..150e8c3 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ def install():
url = web,
include_package_data = True,
install_requires = install_requires,
- packages = find_packages(),
+ packages = ['astroid', 'astroid.tests'],
)