Skip to content

Commit 419a71a

Browse files
authored
Merge pull request #310 from ccorbacho/add-license-setup
Set license from __init__.py
2 parents 0865a4f + acd9dd9 commit 419a71a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def run_tests(self):
5050
author=metadata['author'],
5151
author_email=metadata['email'],
5252
url=metadata['url'],
53+
license=metadata['license'],
5354
cmdclass={'test': PyTest},
5455
setup_cfg=True,
5556
)

0 commit comments

Comments
 (0)