Updated setup.py so that the test directory would be correctly ignored when installing

This commit is contained in:
Chuck Thier 2010-07-19 01:21:43 -05:00
parent 63538345f2
commit 5e8bc7d8ca

View File

@ -26,7 +26,7 @@ setup(
license='Apache License (2.0)',
author='OpenStack, LLC.',
url='https://launchpad.net/swift',
packages=find_packages(exclude=['tests','bin']),
packages=find_packages(exclude=['test','bin']),
test_suite = 'nose.collector',
classifiers=[
'Development Status :: 4 - Beta',