Skip to content

Commit d349cf0

Browse files
authored
Merge pull request #35 from macleodbroad-wf/mbroad/supported-versions
Add explicit classifications for supported python versions
2 parents 5c15003 + 5aeef3c commit d349cf0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@
6969
'License :: OSI Approved :: BSD License',
7070
'Operating System :: OS Independent',
7171
'Programming Language :: Python',
72+
'Programming Language :: Python :: 2.7',
73+
'Programming Language :: Python :: 3',
74+
'Programming Language :: Python :: 3.2',
75+
'Programming Language :: Python :: 3.3',
76+
'Programming Language :: Python :: 3.4',
77+
'Programming Language :: Python :: 3.5',
78+
'Programming Language :: Python :: 3.6',
79+
'Programming Language :: Python :: 3.7',
7280
],
7381
)
7482

0 commit comments

Comments
 (0)