summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Corbacho <carlos@strangeworlds.co.uk>2022-03-22 08:36:27 +0000
committerMichael Howitz <mh@gocept.com>2022-03-23 08:04:26 +0100
commit44436e75f5ed9509ae3587c60233c8cd14a9223b (patch)
tree94c683944ecaf8d106bb0d732f063070e722c2e2
parent5dd13f35725388c861daaea4fe39c2c1e9976026 (diff)
downloadzope-event-44436e75f5ed9509ae3587c60233c8cd14a9223b.tar.gz
Use an SPDX identifier for the Python license
Many automated tools expect the license attribute in setup.py to be an SPDX compatible identifier (even though PEP 639 has not yet been adopted), so they can identify the licenses in use by a project.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a1fb6c4..ca413d8 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ setup(
name='zope.event',
version='4.5.1.dev0',
url='https://github.com/zopefoundation/zope.event',
- license='ZPL 2.1',
+ license='ZPL-2.1',
description='Very basic event publishing system',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',