From c827d99c716e55c9b4780e73f7efde2da650645e Mon Sep 17 00:00:00 2001 From: Carlos Corbacho Date: Mon, 21 Mar 2022 16:21:34 +0000 Subject: [PATCH] Use the SPDX short identifier for the license name Many packages are now using the SPDX short name for license (in line with PEP 639), to make it easier for third party tools to parse this information. By updating this, other tools will be able to identify the exact license django-prometheus is using. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f61f3004..9589a5ae 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def get_version(): author="Uriel Corfa", author_email="uriel@corfa.fr", description=("Django middlewares to monitor your application with Prometheus.io."), - license="Apache", + license="Apache-2.0", keywords="django monitoring prometheus", url="http://github.com/korfuri/django-prometheus", project_urls={