From 899b25e378e689fa72fdf2dfc56242944536872b Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Tue, 28 Jan 2025 08:21:06 -0800 Subject: [PATCH] Use a valid SPDX identifier for the license As per --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5d3614538..15ee58ccf 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ AUTHOR = "PyMC Developers" AUTHOR_EMAIL = "pymc.devs@gmail.com" URL = "http://github.com/pymc-devs/pymc-extras" -LICENSE = "Apache License, Version 2.0" +LICENSE = "Apache-2.0" classifiers = [ "Development Status :: 5 - Production/Stable",