diff --git a/setup.py b/setup.py index 34e0123..dcebe49 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup(name='pyCloudy', version=__version__, description='Tools to manage Astronomical Cloudy photoionization code', - long_description=open('README').read(), + long_description=open('README.rst').read(), author='Christophe Morisset IA-UNAM', author_email='chris.morisset@gmail.com', maintainer='Christophe Morisset IA-UNAM',