setup: exclude tests from build

This commit is contained in:
Ales Zoulek 2010-08-25 15:55:09 +02:00
parent 344ae771a8
commit bd1749afd2

View file

@ -19,7 +19,7 @@ setup(
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
packages=find_packages(),
packages=find_packages(exclude=['tests']),
include_package_data=True,
test_suite='tests.runtests.runtests',
)