diff --git a/setup.py b/setup.py index ff195f0e..e57cb70c 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). - packages=find_packages(exclude=['contrib', 'docs', 'test']), + packages=find_packages(exclude=['contrib', 'docs', 'test', 'test.*']), # List run-time dependencies here. These will be installed by pip when # your project is installed. For an analysis of "install_requires" vs pip's