Updated setup.py to read README.md

This commit is contained in:
David Sauve 2009-12-09 16:30:16 -05:00
parent ff91a648a7
commit 4c6487b4e1

View file

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