File tree Expand file tree Collapse file tree 6 files changed +12
-3
lines changed Expand file tree Collapse file tree 6 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1010 'Topic :: Software Development :: Quality Assurance' ,
1111 'Topic :: Software Development :: Testing' ,
1212 'Topic :: Software Development :: Testing :: BDD' ,
13- 'Programming Language :: Python :: 2' ,
14- 'Programming Language :: Python :: 2.7' ,
1513 'Programming Language :: Python :: 3' ,
14+ 'Programming Language :: Python :: 3 :: Only' ,
1615 'Programming Language :: Python :: 3.6' ,
1716 'Programming Language :: Python :: 3.7' ,
1817 'Programming Language :: Python :: 3.8' ,
Original file line number Diff line number Diff line change 1010 'Topic :: Software Development :: Quality Assurance' ,
1111 'Topic :: Software Development :: Testing' ,
1212 'Programming Language :: Python :: 3' ,
13+ 'Programming Language :: Python :: 3 :: Only' ,
1314 'Programming Language :: Python :: 3.6' ,
1415 'Programming Language :: Python :: 3.7' ,
1516 'Programming Language :: Python :: 3.8' ,
Original file line number Diff line number Diff line change 1010 'License :: OSI Approved :: Apache Software License' ,
1111 'Topic :: Software Development :: Quality Assurance' ,
1212 'Topic :: Software Development :: Testing' ,
13+ 'Programming Language :: Python :: 3' ,
14+ 'Programming Language :: Python :: 3 :: Only' ,
1315]
1416
1517setup_requires = [
Original file line number Diff line number Diff line change 2222 'License :: OSI Approved :: Apache Software License' ,
2323 'Topic :: Software Development :: Quality Assurance' ,
2424 'Topic :: Software Development :: Testing' ,
25+ 'Programming Language :: Python :: 3' ,
26+ 'Programming Language :: Python :: 3 :: Only' ,
2527]
2628
2729setup_requires = [
Original file line number Diff line number Diff line change 88 'License :: OSI Approved :: Apache Software License' ,
99 'Topic :: Software Development :: Quality Assurance' ,
1010 'Topic :: Software Development :: Testing' ,
11+ 'Programming Language :: Python :: 3' ,
12+ 'Programming Language :: Python :: 3 :: Only' ,
1113]
1214
1315install_requires = [
@@ -33,7 +35,8 @@ def main():
3335 packages = ["allure_commons" ],
3436 package_dir = {"allure_commons" : 'src' },
3537 install_requires = install_requires ,
36- py_modules = ['allure' , 'allure_commons' ]
38+ py_modules = ['allure' , 'allure_commons' ],
39+ python_requires = '>=3.5'
3740 )
3841
3942
Original file line number Diff line number Diff line change 1111 'License :: OSI Approved :: Apache Software License' ,
1212 'Topic :: Software Development :: Quality Assurance' ,
1313 'Topic :: Software Development :: Testing' ,
14+ 'Programming Language :: Python :: 3' ,
15+ 'Programming Language :: Python :: 3 :: Only' ,
1416]
1517
1618setup_requires = [
You can’t perform that action at this time.
0 commit comments