summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-04 14:45:01 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-04 14:45:01 -0800
commitecf3a820323d7821c30ef4b568cb885b381e368a (patch)
treeed2c9625db49edc63fc6389d5d1c303740b508b3 /setup.py
parent49072f3537a8981e9d448c22481a1d2b92c03643 (diff)
parent2a99a8c9a4bde66720e9357963ce1896830528a1 (diff)
Merge branch 'master' into 562-int
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 003a0617..629c28fd 100644
--- a/setup.py
+++ b/setup.py
@@ -87,6 +87,7 @@ setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
],
**kw
)