summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2018-10-19 00:59:03 +0300
committerMarius Gedminas <marius@gedmin.as>2018-10-19 00:59:03 +0300
commitcd9691fd0665b7fec6b70ba7de87278c36986672 (patch)
tree7f99b720f6ec0901af0f89340c49af3955782837
parentf085f87115ef5ad4ef2a0e5b6b323527ccbc5505 (diff)
downloadzope-proxy-cd9691fd0665b7fec6b70ba7de87278c36986672.tar.gz
Switch to new Framework :: Zope :: 3 classifier
See https://github.com/zopefoundation/z3c.authviewlet/pull/6#discussion_r226414566 for the background behind this.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8b4eccb..9be723b 100644
--- a/setup.py
+++ b/setup.py
@@ -109,7 +109,7 @@ setup(name='zope.proxy',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
- "Framework :: Zope3",
+ "Framework :: Zope :: 3",
'Natural Language :: English',
'Operating System :: OS Independent'
],