Skip to content

Commit f260c7e

Browse files
authored
Merge pull request scalative#171 from shurph/feature/python-versions-support-classifiers
Add to classifiers supported python versions
2 parents 7af2744 + 117ebd0 commit f260c7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@ def write_version_py(filename='haas/_version.py'):
143143
'Operating System :: POSIX',
144144
'Operating System :: Unix',
145145
'Programming Language :: Python',
146+
'Programming Language :: Python :: 2',
147+
'Programming Language :: Python :: 2.6',
148+
'Programming Language :: Python :: 2.7',
149+
'Programming Language :: Python :: 3',
150+
'Programming Language :: Python :: 3.4',
151+
'Programming Language :: Python :: 3.5',
146152
'Topic :: Software Development',
147153
'Topic :: Software Development :: Testing',
148154
],

0 commit comments

Comments
 (0)