Fix git repo url

Change-Id: I81e02b80445b4a5a277f94e01478a156e56fd071
This commit is contained in:
Steve Baker 2012-12-04 13:15:33 +13:00
parent 85b8a6e752
commit e1ce4162e4
1 changed files with 1 additions and 1 deletions

View File

@ -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(),