From 60a480109705b9e2ae389e007c85f0d8a2f4d83a Mon Sep 17 00:00:00 2001 From: Marc-Etienne Vargenau Date: Fri, 31 Mar 2023 15:26:28 +0200 Subject: [PATCH] Use SPDX license identifier Use SPDX license identifier: Apache-2.0 This will help tools to produce valid SPDX. Signed-off-by: Marc-Etienne Vargenau --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a67a715b..8025ad972 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ setuptools.setup( project_urls={ "Source": "https://github.com/tornadoweb/tornado", }, - license="http://www.apache.org/licenses/LICENSE-2.0", + license="Apache-2.0", description=( "Tornado is a Python web framework and asynchronous networking library," " originally developed at FriendFeed." -- 2.47.2