summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-04-12 16:55:08 -0400
committerTres Seaver <tseaver@palladion.com>2016-04-12 16:55:08 -0400
commite4f900b3ef85c0f57940bc2b2c440cc775b07c96 (patch)
tree0359c219260515d4a5b996b9c0aef0217761d198 /setup.py
parent4b71df1dba288f46bd8a7d78b19b0ee1af62a191 (diff)
downloadzope-i18n-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 7a7e151..006e0b1 100644
--- a/setup.py
+++ b/setup.py
@@ -65,6 +65,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',