From afff6d66d85c30c291bfc85c91e3b69fafbb706e Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 10 Oct 2012 12:52:35 +1300 Subject: [PATCH] fix readme path --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 821eaa12..b0f9b5f6 100644 --- a/setup.py +++ b/setup.py @@ -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',