summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormdxs <van.wijgerden@mdxs.net>2014-07-10 16:44:51 +0200
committermdxs <van.wijgerden@mdxs.net>2014-07-10 16:44:51 +0200
commit62604da4e5d728bf2ccc4e9e470f70a3aa180a88 (patch)
treed6e372b434aa1c3dfa548c45dceab898447baad5 /setup.py
parentfef1f7987cc6298e744b7d4290e3fc9a9701831b (diff)
downloadoauthlib-62604da4e5d728bf2ccc4e9e470f70a3aa180a88.tar.gz
Show support for Python 3.4
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f7492e9..91daa35 100755
--- a/setup.py
+++ b/setup.py
@@ -57,6 +57,7 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',