mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-05-28 16:28:17 +00:00
Updated setup.py to use symlink to README
This commit is contained in:
parent
7d553eff98
commit
1fe6f9b7dc
2 changed files with 2 additions and 1 deletions
1
README
Symbolic link
1
README
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
README.md
|
||||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue