Skip to content

Commit 08545eb

Browse files
authored
chore: update setup.py list of authors
Up-to-date list of who may respond on provided emails.
1 parent c4b4a9f commit 08545eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def _read(name):
2929
version=_read('VERSION').strip(),
3030
license="Apache License Version 2.0",
3131
url="https://github.com/SAP/python-pyodata",
32-
author="Jakub Filak, Michal Nezerka, Patrik Petrik, Lubos Mjachky",
33-
author_email="[email protected], [email protected], [email protected], lubos.mjachky@sap.com",
32+
author="Jakub Filak, Michal Nezerka, Patrik Petrik, Petr Hanak",
33+
author_email="[email protected], [email protected], [email protected], petr.hanak@sap.com",
3434
description="Enterprise ready Python OData client",
3535
long_description=_read('README.md'),
3636
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)