We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb12ffb commit fbaf8ddCopy full SHA for fbaf8dd
setup.py
@@ -6,16 +6,16 @@
6
version = '0.1'
7
release = '1'
8
versrel = version + '-' + release
9
-readm = 'README.rst'
+readme = 'README.rst'
10
download_url = 'https://github.com/downloads/btimby/django-sphinx-db' \
11
'/' + name + '-' + versrel + '.tar.gz'
12
-description = file(readme).read()
+long_description = file(readme).read()
13
14
setup(
15
name = name,
16
version = versrel,
17
description = 'Django database backend for SphinxQL.',
18
- long_description = description,
+ long_description = long_description,
19
author = 'Ben Timby',
20
author_email = '[email protected]',
21
maintainer = 'Ben Timby',
0 commit comments