diff options
author | Steve Baker <sbaker@redhat.com> | 2012-10-10 12:52:35 +1300 |
---|---|---|
committer | Steve Baker <sbaker@redhat.com> | 2012-10-10 12:52:35 +1300 |
commit | afff6d66d85c30c291bfc85c91e3b69fafbb706e (patch) | |
tree | 919aeb7a57b5ef2a3da35e3c3e7b02ee60ecb93d /setup.py | |
parent | 7cbfd721d527de8f09a7795ae64461ed0aeb7469 (diff) | |
download | python-heatclient-afff6d66d85c30c291bfc85c91e3b69fafbb706e.tar.gz |
fix readme path
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ setuptools.setup( name="python-heatclient", version=setup.get_post_version('heatclient'), description="Client library for Heat orchestration API", - long_description=read('README.rst'), + long_description=read('README.md'), url='https://github.com/heat-api/python-heatclient', license='Apache', author='Heat API Developers', |