|
29 | 29 | long_description_content_type = 'text/markdown',
|
30 | 30 | license = 'BSD',
|
31 | 31 | platforms = ['Any'],
|
| 32 | + python_requires='>=3.5', |
32 | 33 | keywords = [
|
33 | 34 | 'pyunit', 'unittest', 'junit xml', 'xunit', 'report', 'testrunner', 'xmlrunner'
|
34 | 35 | ],
|
|
40 | 41 | 'Natural Language :: English',
|
41 | 42 | 'Operating System :: OS Independent',
|
42 | 43 | 'Programming Language :: Python',
|
43 | | - 'Programming Language :: Python :: 2', |
44 | | - 'Programming Language :: Python :: 2.7', |
45 | 44 | 'Programming Language :: Python :: 3',
|
46 | 45 | 'Programming Language :: Python :: 3.5',
|
47 | 46 | 'Programming Language :: Python :: 3.6',
|
|
0 commit comments