Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb authored Aug 30, 2023
1 parent da2b304 commit 0348c45
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,12 @@
zip_safe=False,
keywords='ucsmsdk',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable Development Status',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.8',
],
extras_require={
'ssl': ['pyOpenSSL'],
Expand Down

0 comments on commit 0348c45

Please sign in to comment.