From 02d3fe0bd6d40beb477b172bea0b74f7fd9dd3b6 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Fri, 19 Oct 2018 00:59:02 +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 741ef08..cc66d09 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def read(*rnames): classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', - 'Framework :: Zope3', + 'Framework :: Zope :: 3', 'Intended Audience :: Developers', 'License :: OSI Approved :: Zope Public License', 'Natural Language :: English',