From 7bbaf456782720cae3d58c98c697cb78398ee4c6 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Fri, 19 Oct 2018 00:58:54 +0300 Subject: [PATCH] Switch to new Framework :: Zope :: 3 classifier See https://github.com/zopefoundation/z3c.authviewlet/pull/6#discussion_r226414566 for the background behind this. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5820b5c..cdfe266 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def read(*rnames): 'Programming Language :: Python :: Implementation', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', - 'Framework :: Zope3', + 'Framework :: Zope :: 3', ], packages=find_packages('src'), package_dir={'': 'src'},