We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd6c17f + 6d53dd9 commit 2de7a10Copy full SHA for 2de7a10
setup.py
@@ -36,7 +36,8 @@
36
name='ksc-sdk-python',
37
version=kscore.__version__,
38
description='Low-level, data-driven core of ksc.',
39
- long_description=open('README.rst', encoding='utf-8').read(),
+ long_description='A low-level interface to a growing number of KSC Web Services.',
40
+ #long_description=open('README.rst', encoding='utf-8').read(),
41
author=AUTHOR,
42
url='https://github.com/liuyichen/kscore',
43
author_email=AUTHOR_EMAIL,
0 commit comments