From: Marc-Etienne Vargenau Date: Fri, 31 Mar 2023 13:26:28 +0000 (+0200) Subject: Use SPDX license identifier X-Git-Tag: v6.3.0b1~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3245%2Fhead;p=thirdparty%2Ftornado.git 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 --- 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."