setup.py: Correct URL

Refer to 'openstack' instead of 'stackforge'

Change-Id: Iee952eda8afd653a03272cfee472006c086c85d1
Partial-Bug: #1535772
This commit is contained in:
Stephen Finucane 2016-01-18 06:57:24 +00:00
parent e7d85ec1df
commit 6f2bed176c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ setup(
long_description=readme + '\n\n' + history,
author="Intel Corporation",
author_email='waldemar.znoinski@intel.com',
url='https://github.com/stackforge/intel-nfv-ci-tests',
url='https://github.com/openstack/intel-nfv-ci-tests',
packages=[
'intel_nfv_ci_tests',
],