diff --git a/setup.py b/setup.py index 1f696e2b..9c29f63d 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setuptools.setup( description="Client library for Heat orchestration API", long_description=read('README.md'), license='Apache', - url='https://github.com/heat-api/python-heatclient', + url='https://github.com/openstack/python-heatclient', packages=setuptools.find_packages(exclude=['tests', 'tests.*']), include_package_data=True, install_requires=setup.parse_requirements(),