Skip to content

Commit 21d7065

Browse files
authored
GG-33046: Fix project description (#41)
1 parent bcb07a1 commit 21d7065

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ def run_setup(with_binary=True):
112112
author='GridGain Systems',
113113
author_email='info@gridgain.com',
114114
description='GridGain binary client Python API',
115+
long_description=long_description,
116+
long_description_content_type='text/markdown',
115117
url='https://github.com/gridgain/python-thin-client',
116118
packages=setuptools.find_packages(),
117119
install_requires=requirements['install'],
@@ -120,6 +122,7 @@ def run_setup(with_binary=True):
120122
extras_require={
121123
'docs': requirements['docs'],
122124
},
125+
license='GridGain Community Edition License',
123126
classifiers=[
124127
'Programming Language :: Python',
125128
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)