diff --git a/setup.py b/setup.py index 9267d4e..42e29fd 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='xapian-haystack', version='1.1.1beta', description="A Xapian backend for Haystack", - long_description=read('README'), + long_description=read('README.md'), classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers',