Skip to content

Commit 9badcb7

Browse files
nils-wernerrgbkrk
authored andcommitted
setup.py license field should contain the license name
1 parent 6dcd666 commit 9badcb7

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
@@ -13,7 +13,7 @@
1313
author='Cloudpipe',
1414
author_email='[email protected]',
1515
url='https://github.com/cloudpipe/cloudpickle',
16-
license='LICENSE.txt',
16+
license='BSD 3-Clause License',
1717
packages=['cloudpickle'],
1818
long_description=open('README.md').read(),
1919
classifiers=[

0 commit comments

Comments
 (0)