diff --git a/setup.py b/setup.py index 7104d89b..ebd1c736 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ long_description_content_type='text/markdown', license="MIT", license_files=["LICENSE"], + author="Fingerprint", author_email="support@fingerprint.com", url="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk", keywords=["Swagger", "Fingerprint Pro Server API"], diff --git a/template/setup.mustache b/template/setup.mustache index 81f5545e..16f4a852 100644 --- a/template/setup.mustache +++ b/template/setup.mustache @@ -45,6 +45,7 @@ setup( long_description_content_type='text/markdown', license="MIT", license_files=["LICENSE"], + author="Fingerprint", author_email="{{infoEmail}}", url="{{packageUrl}}", keywords=["Swagger", "{{appName}}"],