Skip to content

Commit 1e0d63a

Browse files
committed
fix: update setup.py info for pypi
1 parent 9e6090d commit 1e0d63a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

setup.py

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,28 +58,31 @@ def run_tests(self):
5858

5959
setup(name='ibm-cloud-sdk-core',
6060
version=__version__,
61-
description='Client library for the IBM Cloud services',
61+
description='Core library used by SDKs for IBM Cloud Services',
6262
license='Apache 2.0',
6363
install_requires=['requests>=2.0, <3.0', 'python_dateutil>=2.5.3', 'PyJWT >=1.7.1'],
6464
tests_require=['responses', 'pytest', 'pytest-rerunfailures', 'tox', 'pylint', 'bumpversion'],
6565
cmdclass={'test': PyTest},
66-
author='Erika Dsouza',
67-
author_email='erika.dsouza@ibm.com',
66+
author='IBM Developer Experience Development',
67+
author_email='devexdev@us.ibm.com',
6868
long_description=read_md('README.md'),
6969
url='https://github.com/IBM/python-sdk-core',
7070
packages=find_packages(),
7171
include_package_data=True,
72-
keywords='watson, ibm, cloud',
72+
keywords='watson, ibm, cloud, ibm cloud services',
7373
classifiers=[
7474
'Programming Language :: Python',
75-
'Programming Language :: Python :: 2',
7675
'Programming Language :: Python :: 3',
77-
'Development Status :: 4 - Beta',
76+
'Programming Language :: Python :: 3.5',
77+
'Programming Language :: Python :: 3.6',
78+
'Programming Language :: Python :: 3.7',
79+
'Programming Language :: Python :: 3.8',
80+
'Development Status :: 5 - Production/Stable',
7881
'Intended Audience :: Developers',
7982
'License :: OSI Approved :: Apache Software License',
8083
'Operating System :: OS Independent',
8184
'Topic :: Software Development :: Libraries :: Python Modules',
82-
'Topic :: Software Development :: Libraries :: Application '
85+
'Topic :: Software Development :: Libraries :: Application',
8386
'Frameworks',
8487
],
8588
zip_safe=True

0 commit comments

Comments
 (0)