diff options
| author | Tres Seaver <tseaver@palladion.com> | 2016-04-12 15:16:17 -0400 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2016-04-12 15:16:17 -0400 |
| commit | ed1475086797daa7e812295f44994b57b4eed529 (patch) | |
| tree | 7aab03cbda09e974719452422012f322d5e9c9c9 /setup.py | |
| parent | d281b9598c6be7225282f8420ec35de69f8caa0f (diff) | |
| download | zope-browser-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
@@ -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', |
