Updated setup.py to use symlink to README

This commit is contained in:
David Sauve 2010-01-16 07:34:44 -05:00
parent 7d553eff98
commit 1fe6f9b7dc
2 changed files with 2 additions and 1 deletions

1
README Symbolic link
View file

@ -0,0 +1 @@
README.md

View file

@ -8,7 +8,7 @@ setup(
name='xapian-haystack',
version='1.1.2beta',
description="A Xapian backend for Haystack",
long_description=read('README.md'),
long_description=read('README'),
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',