diff options
author | Tres Seaver <tseaver@palladion.com> | 2016-04-14 13:17:55 -0400 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2016-04-14 13:17:55 -0400 |
commit | fa2d31f0c98b1df207edbfd9a7acf7b084729ad3 (patch) | |
tree | 50dff3c0e1945c315d125b7c550b56e5ff6807b4 /setup.py | |
parent | 9573bffa42c9d24352dc9535409971714e7709a0 (diff) | |
download | zope-traversing-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
@@ -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', |