Add license tag

This commit is contained in:
Fabian Affolter 2020-06-19 13:22:13 +02:00 committed by GitHub
parent c215b82566
commit 0b95a9daed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ setup(
download_url=DOWNLOAD_URL,
author=PROJECT_AUTHOR,
author_email=PROJECT_EMAIL,
license=PROJECT_LICENSE,
packages=find_packages(),
include_package_data=True,
zip_safe=False,