Skip to content

Commit df847fa

Browse files
committed
Update trove classifiers for Python compatibility
1 parent e0ab797 commit df847fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ def run(self):
147147
'Intended Audience :: Developers',
148148
'License :: OSI Approved :: BSD License',
149149
'Operating System :: OS Independent',
150-
'Programming Language :: Python',
150+
'Programming Language :: Python :: 2',
151+
'Programming Language :: Python :: 2.7',
152+
'Programming Language :: Python :: 3',
153+
'Programming Language :: Python :: 3.3',
151154
'Topic :: Database :: Front-Ends',
152155
'Topic :: Software Development :: Libraries :: Python Modules',
153156
],

0 commit comments

Comments
 (0)