Change metadata URL, and prevent system test from being installed into site packages
This commit is contained in:
parent
363a319651
commit
2e36b46504
4
setup.py
4
setup.py
@ -26,8 +26,8 @@ setup(
|
|||||||
description='SwiftOnHPSS',
|
description='SwiftOnHPSS',
|
||||||
license='Apache License (2.0)',
|
license='Apache License (2.0)',
|
||||||
author='HPSS Collaboration',
|
author='HPSS Collaboration',
|
||||||
url='https://github.com/hpss-collaboration/swiftonhpss',
|
url='https://github.com/openstack/swiftonhpss',
|
||||||
packages=find_packages(exclude=['test', 'bin']),
|
packages=find_packages(exclude=['test', 'bin', 'system_test']),
|
||||||
test_suite='nose.collector',
|
test_suite='nose.collector',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user