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.'),