From ac72b600554d7395c0c4f4fba4f090cf9adfed39 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 7 Jun 2022 09:43:03 +0400 Subject: [PATCH] Make setuptools license field SPDX-compliant https://spdx.org/licenses/ https://spdx.github.io/spdx-spec/SPDX-license-expressions/#d42-disjunctive-or-operator --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 732fa7acd7..7021664c8d 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ author="Nathaniel J. Smith", author_email="njs@pobox.com", url="https://github.com/python-trio/trio", - license="MIT -or- Apache License 2.0", + license="MIT OR Apache-2.0", packages=find_packages(), install_requires=[ "attrs >= 19.2.0", # for eq