Skip to content

Commit fbaf8dd

Browse files
committed
Less confusing variable name.
1 parent eb12ffb commit fbaf8dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
version = '0.1'
77
release = '1'
88
versrel = version + '-' + release
9-
readm = 'README.rst'
9+
readme = 'README.rst'
1010
download_url = 'https://github.com/downloads/btimby/django-sphinx-db' \
1111
'/' + name + '-' + versrel + '.tar.gz'
12-
description = file(readme).read()
12+
long_description = file(readme).read()
1313

1414
setup(
1515
name = name,
1616
version = versrel,
1717
description = 'Django database backend for SphinxQL.',
18-
long_description = description,
18+
long_description = long_description,
1919
author = 'Ben Timby',
2020
author_email = '[email protected]',
2121
maintainer = 'Ben Timby',

0 commit comments

Comments
 (0)