summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-04-14 13:17:55 -0400
committerTres Seaver <tseaver@palladion.com>2016-04-14 13:17:55 -0400
commitfa2d31f0c98b1df207edbfd9a7acf7b084729ad3 (patch)
tree50dff3c0e1945c315d125b7c550b56e5ff6807b4 /setup.py
parent9573bffa42c9d24352dc9535409971714e7709a0 (diff)
downloadzope-traversing-add-py35-support.tar.gz
Add support for Python 3.5.add-py35-support
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 cbe99c0..3d6273b 100644
--- a/setup.py
+++ b/setup.py
@@ -76,6 +76,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',