summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelprimato <volker.schaus@gmx.de>2022-10-23 22:50:06 +0200
committerGitHub <noreply@github.com>2022-10-23 13:50:06 -0700
commit1105b31432ac5ebb3b0e3238be94b4231c427c67 (patch)
tree5e504e853eb099a751516f7d668887bbe749333e
parent41184fef85909c7500db44c5a254cd61425840c7 (diff)
downloadvoluptuous-1105b31432ac5ebb3b0e3238be94b4231c427c67.tar.gz
Change to SPDX conform license string (#472)
Co-authored-by: Volker Schaus <volker.schaus@esa.int>
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8bb523f..be6b6b3 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
description=description,
long_description=long_description,
long_description_content_type='text/markdown',
- license='BSD',
+ license='BSD-3-Clause',
platforms=['any'],
packages=['voluptuous'],
author='Alec Thomas',