Skip to content

Commit 185d6d9

Browse files
author
Naomi Slater
committed
fix the package description on PyPI
1 parent 915590f commit 185d6d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ def read(path):
5353
author='CRATE Technology GmbH',
5454
author_email='office@crate.io',
5555
package_dir={'': 'src'},
56-
description='Crate Data Python client',
56+
description='CrateDB Python Client',
5757
long_description=long_description,
58+
long_description_content_type='text/x-rst',
5859
platforms=['any'],
5960
license='Apache License 2.0',
6061
keywords='crate db api sqlalchemy',

0 commit comments

Comments
 (0)