Skip to content

Commit 4209c65

Browse files
committed
Switch to SPDX license field
1 parent 18c9777 commit 4209c65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def read_file(*path):
165165
packages=find_packages('src'),
166166
package_dir={'': 'src'},
167167
include_package_data=True,
168-
license="ZPL 2.1",
168+
license="ZPL-2.1",
169169
platforms=["any"],
170170
description="A backend for ZODB that stores pickles in a relational database.",
171171
# 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):
174174
python_requires=">=3.9",
175175
classifiers=[
176176
"Intended Audience :: Developers",
177-
"License :: OSI Approved :: Zope Public License",
178177
"Programming Language :: Python",
179178
"Programming Language :: Python :: 3 :: Only",
180179
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)