Skip to content

Commit

Permalink
Support Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yosida95 committed Jul 8, 2014
1 parent 421da91 commit d31379b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python-jwt
-----
About
-----
This is a JSON Web Token library for Python 3 developed at `Gehirn Inc`_.
This is a JSON Web Token library for Python developed at `Gehirn Inc`_.

-------
Install
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _read(name):

setup(
name='jwt',
version='0.2.3',
version='0.3.1',
test_suite='jwt',
author='Kohei YOSHIDA',
author_email='kohei.yoshida@gehirn.co.jp',
Expand All @@ -41,6 +41,7 @@ def _read(name):
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Internet :: WWW/HTTP",
Expand Down

0 comments on commit d31379b

Please sign in to comment.