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',
|
||||
license='Apache License (2.0)',
|
||||
author='HPSS Collaboration',
|
||||
url='https://github.com/hpss-collaboration/swiftonhpss',
|
||||
packages=find_packages(exclude=['test', 'bin']),
|
||||
url='https://github.com/openstack/swiftonhpss',
|
||||
packages=find_packages(exclude=['test', 'bin', 'system_test']),
|
||||
test_suite='nose.collector',
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
|
Loading…
x
Reference in New Issue
Block a user