mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-05-19 04:21:09 +00:00
Updated setup.py to read README.md
This commit is contained in:
parent
ff91a648a7
commit
4c6487b4e1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue