mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-21 19:18:41 +00:00
Set license from __init__.py
This fixes pip so it displays the correct license for the package.
This commit is contained in:
parent
0865a4f54f
commit
acd9dd918f
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -50,6 +50,7 @@ if __name__ == '__main__':
|
||||||
author=metadata['author'],
|
author=metadata['author'],
|
||||||
author_email=metadata['email'],
|
author_email=metadata['email'],
|
||||||
url=metadata['url'],
|
url=metadata['url'],
|
||||||
|
license=metadata['license'],
|
||||||
cmdclass={'test': PyTest},
|
cmdclass={'test': PyTest},
|
||||||
setup_cfg=True,
|
setup_cfg=True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue