setup.py: update classifiers
This commit is contained in:
parent
5fde2f4d03
commit
46dba20ba3
9
setup.py
9
setup.py
@ -127,7 +127,7 @@ setup(
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: Information Technology',
|
||||
'Intended Audience :: System Administrators',
|
||||
@ -136,6 +136,13 @@ setup(
|
||||
'Operating System :: POSIX',
|
||||
'Operating System :: MacOS :: MacOS X',
|
||||
'Operating System :: Unix',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Topic :: Utilities',
|
||||
],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user