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 7af2744 + 117ebd0 commit f260c7eCopy full SHA for f260c7e
setup.py
@@ -143,6 +143,12 @@ def write_version_py(filename='haas/_version.py'):
143
'Operating System :: POSIX',
144
'Operating System :: Unix',
145
'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',
152
'Topic :: Software Development',
153
'Topic :: Software Development :: Testing',
154
],
0 commit comments