From 5ed45ffa86761d65556367cf7e2a22e9a762f941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=B6nicke?= Date: Fri, 26 May 2023 11:36:36 +0200 Subject: [PATCH] docs: update package information --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9214c4e..2cf53e6 100644 --- a/setup.py +++ b/setup.py @@ -24,8 +24,9 @@ setup( description='Use natural language interface to generate, deploy and update your microservice infrastructure.', long_description=open('README.md', 'r', encoding='utf-8').read(), long_description_content_type='text/markdown', - author='Florian Hönicke', - author_email='florian.hoenicke@jina.ai', + author='Jina AI', + author_email='hello@jina.ai', + license='Apache 2.0', url='https://github.com/jina-ai/dev-gpt', packages=find_packages(), include_package_data=True,