Change metadata URL, and prevent system test from being installed into site packages

This commit is contained in:
Phil Bridges 2016-06-06 17:30:28 -05:00
parent 363a319651
commit 2e36b46504
1 changed files with 2 additions and 2 deletions

View File

@ -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',