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.
1 parent e0ab797 commit df847faCopy full SHA for df847fa
setup.py
@@ -147,7 +147,10 @@ def run(self):
147
'Intended Audience :: Developers',
148
'License :: OSI Approved :: BSD License',
149
'Operating System :: OS Independent',
150
- 'Programming Language :: Python',
+ 'Programming Language :: Python :: 2',
151
+ 'Programming Language :: Python :: 2.7',
152
+ 'Programming Language :: Python :: 3',
153
+ 'Programming Language :: Python :: 3.3',
154
'Topic :: Database :: Front-Ends',
155
'Topic :: Software Development :: Libraries :: Python Modules',
156
],
0 commit comments