Skip to content

Commit 104a824

Browse files
authored
setup.py: use correct license_expression (#1345)
1 parent 632e576 commit 104a824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class build_py_and_l10n(build_py):
194194
],
195195
},
196196
keywords="ioi programming contest grader management system",
197-
license_expression="AGPL-3.0-only",
197+
license_expression="AGPL-3.0-or-later",
198198
classifiers=[
199199
"Development Status :: 5 - Production/Stable",
200200
"Natural Language :: English",

0 commit comments

Comments
 (0)