From 790bbc2e0773b3c854f2d5c30ea836b44eb11385 Mon Sep 17 00:00:00 2001 From: Marc-Etienne Vargenau Date: Wed, 29 Mar 2023 13:29:07 +0200 Subject: [PATCH] Use SPDX license identifier Use SPDX license identifier: BSD-2-Clause This will help tools to produce valid SPDX. Signed-off-by: Marc-Etienne Vargenau --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 46a2673..c48658d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ author = Raphaƫl Barrois author_email = raphael.barrois+semver@polytechnique.org url = https://github.com/rbarrois/python-semanticversion keywords = semantic version, versioning, version -license = BSD +license = BSD-2-Clause license_file = LICENSE classifiers = Development Status :: 5 - Production/Stable