Skip to content

Commit c930cfe

Browse files
committed
update setup.py
1 parent 8197281 commit c930cfe

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
'Programming Language :: Python :: 3.5',
3434
'Programming Language :: Python :: 3.6',
3535
'Programming Language :: Python :: 3.7',
36+
'Programming Language :: Python :: 3.8',
37+
'Programming Language :: Python :: 3.9',
38+
'Programming Language :: Python :: 3.10',
3639
'Topic :: Software Development :: Libraries',
3740
'Topic :: System :: Monitoring',
3841
'Topic :: System :: Networking :: Monitoring',

spectrum_client/__version__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__description__ = 'CA Spectrum Web Services API wrapper.'
33
__url__ = 'https://github.com/orgito/spectrum-client'
44
__version__ = '0.4.0'
5-
__author__ = 'Renato Orgito, Justin Drew'
6-
5+
__author__ = 'Renato Orgito'
6+
__author_email__ = '[email protected]'
77
__license__ = 'MIT'
8-
__copyright__ = 'Copyright 2018 Renato Orgito, 2020 Justin Drew'
8+
__copyright__ = 'Copyright 2018 Renato Orgito'

0 commit comments

Comments
 (0)