We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c34462 + 3e0d88d commit b77051eCopy full SHA for b77051e
setup.py
@@ -50,6 +50,7 @@ def run_tests(self):
50
author=metadata['author'],
51
author_email=metadata['email'],
52
url=metadata['url'],
53
+ license=metadata['license'],
54
cmdclass={'test': PyTest},
55
setup_cfg=True,
56
)
0 commit comments