summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2018-10-19 00:59:01 +0300
committerMarius Gedminas <marius@gedmin.as>2018-10-19 00:59:01 +0300
commitffc45c620523947518b4de4f4458c0e06b56bebf (patch)
treef98b3eb5dd0eb4812f02d00a27efedbef528b831
parentd5bd80f4a062c2b407eaba89cf476d0c3fee0346 (diff)
downloadzope-browser-ffc45c620523947518b4de4f4458c0e06b56bebf.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 90191ac..13cab56 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ setup(
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
- 'Framework :: Zope3',
+ 'Framework :: Zope :: 3',
],
url='https://zopebrowser.readthedocs.io',
packages=find_packages('src'),