Skip to content

Commit a76f081

Browse files
authored
use SPDX license identifier in setup.py (#503)
1 parent 9256071 commit a76f081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def find_version():
2828
author='Cloudpipe',
2929
author_email='[email protected]',
3030
url='https://github.com/cloudpipe/cloudpickle',
31-
license='BSD 3-Clause License',
31+
license='BSD-3-Clause',
3232
packages=['cloudpickle'],
3333
long_description=open('README.md').read(),
3434
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)