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
commit144e300ced249185fa0eca42a9b7a598d13a9420 (patch)
tree47bbb312b844cec2a68cce18fe94a26e3304ad3a
parent6315270a893bdeb4abc62012a6c33057663e1f7a (diff)
downloadzope-schema-144e300ced249185fa0eca42a9b7a598d13a9420.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 fdf7440..e1010e6 100644
--- a/setup.py
+++ b/setup.py
@@ -70,7 +70,7 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
- "Framework :: Zope3",
+ "Framework :: Zope :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
],
include_package_data=True,