We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d03588 commit a95abc1Copy full SHA for a95abc1
1 file changed
setup.py
@@ -12,10 +12,14 @@
12
else:
13
ext_modules = []
14
15
+
16
+description = "Pure Python reader/writer for Dan J. Berstein's CDB format."
17
18
setup(
19
author='David Wilson',
20
author_email='dw@botanicus.net',
- description="Pure Python reader/writer for Dan J. Berstein's CDB format.",
21
+ description=description,
22
+ long_description=description,
23
download_url='https://github.com/dw/python-pure-cdb',
24
keywords='cdb file format appengine database db',
25
license='MIT',
0 commit comments