From 97a9ebf5112dd5d6880f05a00bd306464b39e71b Mon Sep 17 00:00:00 2001 From: Maximilian Wirtz Date: Fri, 16 Sep 2022 11:19:54 +0200 Subject: [PATCH] Use proper SPDX identifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8fc7658..4cd6bdb 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def read(fname): url="https://github.com/pydanny/cached-property", py_modules=["cached_property"], include_package_data=True, - license="BSD", + license="BSD-3-Clause", zip_safe=False, keywords="cached-property", classifiers=[