diff options
author | Tres Seaver <tseaver@palladion.com> | 2016-04-12 16:55:08 -0400 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2016-04-12 16:55:08 -0400 |
commit | e4f900b3ef85c0f57940bc2b2c440cc775b07c96 (patch) | |
tree | 0359c219260515d4a5b996b9c0aef0217761d198 /setup.py | |
parent | 4b71df1dba288f46bd8a7d78b19b0ee1af62a191 (diff) | |
download | zope-i18n-add-py35-support.tar.gz |
Add support for Python 3.5.add-py35-support
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |