Skip to content

Commit 41d8e8d

Browse files
authored
add trove classifiers for supported python versions (via #387)
2 parents e9c390f + 579b566 commit 41d8e8d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

allure-behave/setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
'License :: OSI Approved :: Apache Software License',
1111
'Topic :: Software Development :: Quality Assurance',
1212
'Topic :: Software Development :: Testing',
13-
'Topic :: Software Development :: Testing :: BDD'
13+
'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',
1419
]
1520

1621
install_requires = [

0 commit comments

Comments
 (0)