We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0865a4f commit acd9dd9Copy full SHA for acd9dd9
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