From b44602761aaddc1e3c820509fe837a46a26fc1f0 Mon Sep 17 00:00:00 2001 From: asia040g Date: Tue, 10 Aug 2021 16:54:53 +0800 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 99d173e..1c30982 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def read(*rnames): 'Natural Language :: English', 'Operating System :: OS Independent', 'Topic :: Internet :: WWW/HTTP', - 'Framework :: Zope3' + 'Framework :: Zope :: 3' ], url='http://github.com/zopefoundation/z3c.baseregistry', packages=find_packages('src'),