Skip to content

Commit b77051e

Browse files
authored
Merge pull request #10 from p1c2u/fix/pypi-license
Pypi license fix
2 parents 8c34462 + 3e0d88d commit b77051e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
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)