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
commitc3420cf0e1d44752651673f596fc3f7f23ed1e60 (patch)
treeb96ff67a87a7791154e4ae809696c23ec863447a
parent861bb1429e8fabcbb154c6bf56d8d617e69cd2b4 (diff)
downloadzope-configuration-c3420cf0e1d44752651673f596fc3f7f23ed1e60.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 ab00786..fb832a5 100644
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,7 @@ setup(name='zope.configuration',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
- 'Framework :: Zope3'],
+ 'Framework :: Zope :: 3'],
url='https://github.com/zopefoundation/zope.configuration',
license='ZPL 2.1',
packages=find_packages('src'),