fix readme path

This commit is contained in:
Steve Baker 2012-10-10 12:52:35 +13:00
parent 7cbfd721d5
commit afff6d66d8
1 changed files with 1 additions and 1 deletions

View File

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