Skip to content

Commit f71bbd4

Browse files
committed
Use SPDX identifier
BSD is amiguous. So let's use the correct SPDX identifier. https://spdx.org/licenses/
1 parent 04dd210 commit f71bbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author_email=smmap.__contact__,
2424
url=smmap.__homepage__,
2525
platforms=["any"],
26-
license="BSD",
26+
license="BSD-3-Clause",
2727
packages=find_packages(),
2828
zip_safe=True,
2929
python_requires=">=3.7",

0 commit comments

Comments
 (0)