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