We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9c390f + 579b566 commit 41d8e8dCopy full SHA for 41d8e8d
allure-behave/setup.py
@@ -10,7 +10,12 @@
10
'License :: OSI Approved :: Apache Software License',
11
'Topic :: Software Development :: Quality Assurance',
12
'Topic :: Software Development :: Testing',
13
- 'Topic :: Software Development :: Testing :: BDD'
+ 'Topic :: Software Development :: Testing :: BDD',
14
+ 'Programming Language :: Python :: 2',
15
+ 'Programming Language :: Python :: 2.7',
16
+ 'Programming Language :: Python :: 3',
17
+ 'Programming Language :: Python :: 3.6',
18
+ 'Programming Language :: Python :: 3.7',
19
]
20
21
install_requires = [
0 commit comments