Skip to content

Commit

Permalink
Added Python 3 support information to setup.py.
Browse files Browse the repository at this point in the history
Will be added to pypi in the next release.
  • Loading branch information
krischer committed Jul 4, 2014
1 parent 61b8cd0 commit 91691f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,11 @@ def read_docs(filename):
'GNU Library or Lesser General Public License (LGPL)',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Software Development :: Libraries :: Python Modules',
])

0 comments on commit 91691f8

Please sign in to comment.