@@ -58,28 +58,31 @@ def run_tests(self):
58
58
59
59
setup (name = 'ibm-cloud-sdk-core' ,
60
60
version = __version__ ,
61
- description = 'Client library for the IBM Cloud services ' ,
61
+ description = 'Core library used by SDKs for IBM Cloud Services ' ,
62
62
license = 'Apache 2.0' ,
63
63
install_requires = ['requests>=2.0, <3.0' , 'python_dateutil>=2.5.3' , 'PyJWT >=1.7.1' ],
64
64
tests_require = ['responses' , 'pytest' , 'pytest-rerunfailures' , 'tox' , 'pylint' , 'bumpversion' ],
65
65
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' ,
68
68
long_description = read_md ('README.md' ),
69
69
url = 'https://github.com/IBM/python-sdk-core' ,
70
70
packages = find_packages (),
71
71
include_package_data = True ,
72
- keywords = 'watson, ibm, cloud' ,
72
+ keywords = 'watson, ibm, cloud, ibm cloud services ' ,
73
73
classifiers = [
74
74
'Programming Language :: Python' ,
75
- 'Programming Language :: Python :: 2' ,
76
75
'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' ,
78
81
'Intended Audience :: Developers' ,
79
82
'License :: OSI Approved :: Apache Software License' ,
80
83
'Operating System :: OS Independent' ,
81
84
'Topic :: Software Development :: Libraries :: Python Modules' ,
82
- 'Topic :: Software Development :: Libraries :: Application '
85
+ 'Topic :: Software Development :: Libraries :: Application' ,
83
86
'Frameworks' ,
84
87
],
85
88
zip_safe = True
0 commit comments