diff --git a/setup.py b/setup.py index ee550919..d3ec4d6a 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(*filenames): setup(name = 'pyephem', version = __version__, description = 'Scientific-grade astronomy routines', - long_description = read('README'), + long_description = read('README.rst'), license = 'LGPL', author = 'Brandon Craig Rhodes', author_email = 'brandon@rhodesmill.org',