Skip to content

Commit abbac29

Browse files
committed
Enumerate supported pythons
1 parent c6cd541 commit abbac29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"Intended Audience :: Developers",
2626
'Topic :: Software Development :: Testing',
2727
"Programming Language :: Python",
28+
'Programming Language :: Python :: 2.7',
29+
'Programming Language :: Python :: 3.5',
30+
'Programming Language :: Python :: 3.6',
31+
'Programming Language :: Python :: 3.7',
2832
],
2933
author='Nick Pilon',
3034
author_email='npilon@gmail.com',

0 commit comments

Comments
 (0)