summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-04-12 15:16:17 -0400
committerTres Seaver <tseaver@palladion.com>2016-04-12 15:16:17 -0400
commited1475086797daa7e812295f44994b57b4eed529 (patch)
tree7aab03cbda09e974719452422012f322d5e9c9c9 /setup.py
parentd281b9598c6be7225282f8420ec35de69f8caa0f (diff)
downloadzope-browser-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 99178b3..adfee46 100644
--- a/setup.py
+++ b/setup.py
@@ -44,6 +44,7 @@ setup(name='zope.browser',
'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',