From 07950f933194c0bb96fb6c48b023a4ba195eb60d Mon Sep 17 00:00:00 2001 From: Alexander Loechel Date: Mon, 18 Nov 2024 01:53:50 +0100 Subject: [PATCH] correct spelling of ZPL-2.1 license identifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af12bc1..8c87cc1 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def read(*rnames): setup(name='RestrictedPython', version='7.5.dev0', url='https://github.com/zopefoundation/RestrictedPython', - license='ZPL 2.1', + license='ZPL-2.1', description=( 'RestrictedPython is a defined subset of the Python language which ' 'allows to provide a program input into a trusted environment.'),