Skip to content

Commit 1d546da

Browse files
committed
setup: Update package classifiers
1 parent bb0348d commit 1d546da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,20 @@
2424
test_suite='tasklib.tests',
2525
install_requires=install_requirements,
2626
classifiers=[
27-
'Development Status :: 4 - Beta',
27+
'Development Status :: 6 - Mature',
2828
'Programming Language :: Python',
2929
"Programming Language :: Python :: 3",
3030
"Programming Language :: Python :: 3.5",
3131
"Programming Language :: Python :: 3.6",
3232
"Programming Language :: Python :: 3.7",
3333
"Programming Language :: Python :: 3.8",
3434
"Programming Language :: Python :: 3.9",
35+
"Programming Language :: Python :: 3.10",
3536
'License :: OSI Approved :: BSD License',
3637
'Topic :: Software Development :: Libraries :: Python Modules',
3738
'Intended Audience :: Developers',
39+
'Intended Audience :: Information Technology',
40+
'Intended Audience :: System Administrators',
41+
'Operating System :: OS Independent'
3842
],
3943
)

0 commit comments

Comments
 (0)