Skip to content

Commit 07950f9

Browse files
committed
correct spelling of ZPL-2.1 license identifier
1 parent 6422028 commit 07950f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def read(*rnames):
2727
setup(name='RestrictedPython',
2828
version='7.5.dev0',
2929
url='https://github.com/zopefoundation/RestrictedPython',
30-
license='ZPL 2.1',
30+
license='ZPL-2.1',
3131
description=(
3232
'RestrictedPython is a defined subset of the Python language which '
3333
'allows to provide a program input into a trusted environment.'),

0 commit comments

Comments
 (0)