|
2 | 2 |
|
3 | 3 | install_requirements = ['pytz', 'tzlocal'] |
4 | 4 |
|
5 | | -version = '2.4.1' |
| 5 | +version = '2.4.2' |
6 | 6 |
|
7 | 7 | try: |
8 | 8 | import importlib |
|
24 | 24 | test_suite='tasklib.tests', |
25 | 25 | install_requires=install_requirements, |
26 | 26 | classifiers=[ |
27 | | - 'Development Status :: 4 - Beta', |
| 27 | + 'Development Status :: 6 - Mature', |
28 | 28 | 'Programming Language :: Python', |
29 | 29 | "Programming Language :: Python :: 3", |
30 | 30 | "Programming Language :: Python :: 3.5", |
31 | 31 | "Programming Language :: Python :: 3.6", |
32 | 32 | "Programming Language :: Python :: 3.7", |
33 | 33 | "Programming Language :: Python :: 3.8", |
34 | 34 | "Programming Language :: Python :: 3.9", |
| 35 | + "Programming Language :: Python :: 3.10", |
35 | 36 | 'License :: OSI Approved :: BSD License', |
36 | 37 | 'Topic :: Software Development :: Libraries :: Python Modules', |
37 | 38 | 'Intended Audience :: Developers', |
| 39 | + 'Intended Audience :: Information Technology', |
| 40 | + 'Intended Audience :: System Administrators', |
| 41 | + 'Operating System :: OS Independent' |
38 | 42 | ], |
39 | 43 | ) |
0 commit comments