Add missing URLs and maintainer information to setup.py
With these changes it is possible to upload the package to PyPI live. Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
This commit is contained in:
parent
c9326cc1ed
commit
a4c424c253
7
setup.py
7
setup.py
@ -43,6 +43,13 @@ setup(
|
|||||||
description='Setup tool for bitbake based projects',
|
description='Setup tool for bitbake based projects',
|
||||||
long_description=LONG_DESCRIPTION,
|
long_description=LONG_DESCRIPTION,
|
||||||
|
|
||||||
|
maintainer='Daniel Wagner',
|
||||||
|
maintainer_email='daniel.wagner@siemens.com',
|
||||||
|
|
||||||
|
url='https://github.com/siemens/kas',
|
||||||
|
download_url=('https://github.com/siemens/'
|
||||||
|
'kas/archive/{version}.tar.gz'.format(version=__version__)),
|
||||||
|
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
|
||||||
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||||
|
Loading…
Reference in New Issue
Block a user