Skip to content

Commit a95abc1

Browse files
committed
Add long description for PyPI
1 parent 3d03588 commit a95abc1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@
1212
else:
1313
ext_modules = []
1414

15+
16+
description = "Pure Python reader/writer for Dan J. Berstein's CDB format."
17+
1518
setup(
1619
author='David Wilson',
1720
author_email='dw@botanicus.net',
18-
description="Pure Python reader/writer for Dan J. Berstein's CDB format.",
21+
description=description,
22+
long_description=description,
1923
download_url='https://github.com/dw/python-pure-cdb',
2024
keywords='cdb file format appengine database db',
2125
license='MIT',

0 commit comments

Comments
 (0)