diff options
| author | Torsten Marek <shlomme@gmail.com> | 2014-11-09 00:17:25 +0100 |
|---|---|---|
| committer | Torsten Marek <shlomme@gmail.com> | 2014-11-09 00:17:25 +0100 |
| commit | 0cfa2ee15094154c323db8d28fb25fde6c2363ef (patch) | |
| tree | 1b249ddd2ee275654a1a88856647bfa1f61bd569 /setup.py | |
| parent | 17affb749d99dce10801ed0b0541c3561105c0bd (diff) | |
| download | astroid-git-0cfa2ee15094154c323db8d28fb25fde6c2363ef.tar.gz | |
More debugging
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ def install(): url = web, include_package_data = True, install_requires = install_requires, - packages = find_packages(), + packages = ['astroid', 'astroid.tests'], ) |
