Skip to content

Commit

Permalink
Python3 support declared in classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
lorekhov committed May 12, 2015
1 parent 8f1037d commit 218c9df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.3.3'
__version__ = '1.3.4'

import os
import sys
Expand Down Expand Up @@ -36,6 +36,7 @@ def run_tests(self):
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Operating System :: OS Independent',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down

0 comments on commit 218c9df

Please sign in to comment.