Update maintainer name
I took over the maintainership from Daniel. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
8e36b4f72e
commit
61f31c75fd
8
setup.py
8
setup.py
@ -1,6 +1,6 @@
|
|||||||
# kas - setup tool for bitbake based projects
|
# kas - setup tool for bitbake based projects
|
||||||
#
|
#
|
||||||
# Copyright (c) Siemens AG, 2017-2018
|
# Copyright (c) Siemens AG, 2017-2019
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -29,7 +29,7 @@ from setuptools import setup, find_packages
|
|||||||
from kas import __version__
|
from kas import __version__
|
||||||
|
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
__copyright__ = 'Copyright (c) Siemens AG, 2017-2018'
|
__copyright__ = 'Copyright (c) Siemens AG, 2017-2019'
|
||||||
|
|
||||||
HERE = path.abspath(path.dirname(__file__))
|
HERE = path.abspath(path.dirname(__file__))
|
||||||
with open(path.join(HERE, 'README.rst')) as f:
|
with open(path.join(HERE, 'README.rst')) as f:
|
||||||
@ -43,8 +43,8 @@ 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='Jan Kiszka',
|
||||||
maintainer_email='daniel.wagner@siemens.com',
|
maintainer_email='jan.kiszka@siemens.com',
|
||||||
|
|
||||||
url='https://github.com/siemens/kas',
|
url='https://github.com/siemens/kas',
|
||||||
download_url=('https://github.com/siemens/'
|
download_url=('https://github.com/siemens/'
|
||||||
|
Loading…
Reference in New Issue
Block a user