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,