summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2018-10-19 00:59:02 +0300
committerMarius Gedminas <marius@gedmin.as>2018-10-19 00:59:02 +0300
commiteaa6190adc828b157727f4be7ca7ef6a00f3d73c (patch)
treec465d29b96b81c9ecc4402b781cb2d790f30c3a4
parentd16e9c5078907caca990073c84222e2520f7770c (diff)
downloadzope-i18n-eaa6190adc828b157727f4be7ca7ef6a00f3d73c.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 579eafe..eac0e7d 100644
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ setup(
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
- 'Framework :: Zope3',
+ 'Framework :: Zope :: 3',
],
url='https://github.com/zopefoundation/zope.i18n',
packages=find_packages('src'),