diff options
| author | Marius Gedminas <marius@gedmin.as> | 2018-10-19 00:59:02 +0300 |
|---|---|---|
| committer | Marius Gedminas <marius@gedmin.as> | 2018-10-19 00:59:02 +0300 |
| commit | d3543ac4b7ff118260df7b8fb02b61ae7fcf4d94 (patch) | |
| tree | 08f17d76834cf1e8260c67d6dfb91d097f166050 /setup.py | |
| parent | e6693826ab7e8c3b640763f65da2f28fe89a961a (diff) | |
| download | zope-interface-d3543ac4b7ff118260df7b8fb02b61ae7fcf4d94.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.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ setup(name='zope.interface', "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", - "Framework :: Zope3", + "Framework :: Zope :: 3", "Topic :: Software Development :: Libraries :: Python Modules", ], packages=find_packages('src'), |
