summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2018-10-19 00:59:02 +0300
committerMarius Gedminas <marius@gedmin.as>2018-10-19 00:59:02 +0300
commit28a847356e54c495531d60b3cb0c7e04cf3c8f81 (patch)
tree7e09478aa281ab4a79ee7ad9084cbe6db3cf8323
parentdd791692e9402104f9c8bc663b192a29e81be80b (diff)
downloadzope-event-28a847356e54c495531d60b3cb0c7e04cf3c8f81.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 ae2a05e..d91ce80 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ setup(
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: Jython",
"Programming Language :: Python :: Implementation :: PyPy",
- "Framework :: Zope3",
+ "Framework :: Zope :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
],
packages=find_packages('src'),