Skip to content

Commit

Permalink
Add Python 3 to Trove classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld committed Sep 11, 2009
1 parent 3a10a7c commit f534f99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def find_packages():
'Intended Audience :: System Administrators',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Operating System :: OS Independent',
],
cmdclass = {'build_py': build_py},
Expand Down

0 comments on commit f534f99

Please sign in to comment.