We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c9777 commit 4209c65Copy full SHA for 4209c65
setup.py
@@ -165,7 +165,7 @@ def read_file(*path):
165
packages=find_packages('src'),
166
package_dir={'': 'src'},
167
include_package_data=True,
168
- license="ZPL 2.1",
+ license="ZPL-2.1",
169
platforms=["any"],
170
description="A backend for ZODB that stores pickles in a relational database.",
171
# Bump to 3.10 or even 3.11 at next release. We'll have to make changes
@@ -174,7 +174,6 @@ def read_file(*path):
174
python_requires=">=3.9",
175
classifiers=[
176
"Intended Audience :: Developers",
177
- "License :: OSI Approved :: Zope Public License",
178
"Programming Language :: Python",
179
"Programming Language :: Python :: 3 :: Only",
180
"Programming Language :: Python :: 3.9",
0 commit comments