We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915590f commit 185d6d9Copy full SHA for 185d6d9
1 file changed
setup.py
@@ -53,8 +53,9 @@ def read(path):
53
author='CRATE Technology GmbH',
54
author_email='office@crate.io',
55
package_dir={'': 'src'},
56
- description='Crate Data Python client',
+ description='CrateDB Python Client',
57
long_description=long_description,
58
+ long_description_content_type='text/x-rst',
59
platforms=['any'],
60
license='Apache License 2.0',
61
keywords='crate db api sqlalchemy',
0 commit comments