|
13 | 13 | name='cgroupspy', |
14 | 14 | version=cgroupspy.__version__, |
15 | 15 | packages=['cgroupspy'], |
16 | | - tests_require=['mock', 'nose>=1.3'], |
| 16 | + tests_require=['mock', 'nose2'], |
17 | 17 | author='CloudSigma AG', |
18 | 18 | author_email='dev-support@cloudsigma.com', |
19 | 19 | maintainer='Miguel Trujillo', |
|
23 | 23 | 'cgroups', |
24 | 24 | ], |
25 | 25 | classifiers=[ |
26 | | - "Programming Language :: Python", |
| 26 | + 'Programming Language :: Python :: 2.7', |
| 27 | + 'Programming Language :: Python :: 3', |
| 28 | + 'Programming Language :: Python :: 3.6', |
| 29 | + 'Programming Language :: Python :: 3.7', |
| 30 | + 'Programming Language :: Python :: 3.8', |
| 31 | + 'Programming Language :: Python :: 3.9', |
| 32 | + 'Programming Language :: Python :: 3.10', |
27 | 33 | "Development Status :: 4 - Beta", |
28 | 34 | "Intended Audience :: System Administrators", |
29 | 35 | "Intended Audience :: Developers", |
|
33 | 39 | description="Python library for managing cgroups", |
34 | 40 | long_description=long_description, |
35 | 41 | long_description_content_type='text/markdown', |
| 42 | + python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", |
36 | 43 | ) |
0 commit comments