Skip to content

Commit be430ae

Browse files
authored
Add developer's info
1 parent 08c0131 commit be430ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
name=PACKAGE_NAME,
4949
version=VERSION,
5050
description="A Python gRPC client for Drucker.",
51-
author_email="",
52-
author="Drucker",
51+
author_email="drucker.developers@gmail.com",
52+
author="Drucker team and contributors",
5353
license="Apache License Version 2.0",
5454
url="https://github.com/drucker/drucker-client",
55-
keywords=["Drucker", "Kubernetes"],
55+
keywords=["Drucker", "Kubernetes", "Python client", "gRPC"],
5656
install_requires=REQUIRES,
5757
tests_require=TESTS_REQUIRES,
5858
extras_require=EXTRAS,

0 commit comments

Comments
 (0)