Skip to content

Commit 1fa362e

Browse files
committed
Added a long description for PyPI.
1 parent b612ab4 commit 1fa362e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
description='Pluggable search for Django.',
99
author='Daniel Lindsley',
1010
author_email='[email protected]',
11+
long_description=open('README.rst', 'r').read(),
1112
url='http://haystacksearch.org/',
1213
packages=[
1314
'haystack',
@@ -30,4 +31,4 @@
3031
'Programming Language :: Python',
3132
'Topic :: Utilities'
3233
],
33-
)
34+
)

0 commit comments

Comments
 (0)