diff options
author | Carlos Corbacho <carlos@strangeworlds.co.uk> | 2022-03-22 08:36:27 +0000 |
---|---|---|
committer | Michael Howitz <mh@gocept.com> | 2022-03-23 08:04:26 +0100 |
commit | 44436e75f5ed9509ae3587c60233c8cd14a9223b (patch) | |
tree | 94c683944ecaf8d106bb0d732f063070e722c2e2 | |
parent | 5dd13f35725388c861daaea4fe39c2c1e9976026 (diff) | |
download | zope-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |