Updated setup.py so that the test directory would be correctly ignored when installing
This commit is contained in:
parent
63538345f2
commit
5e8bc7d8ca
2
setup.py
2
setup.py
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user