mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-25 11:09:53 +00:00
Merge pull request #310 from ccorbacho/add-license-setup
Set license from __init__.py
This commit is contained in:
commit
419a71a2db
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