Merge pull request #9 from fabaff/patch-1

Add license tag
This commit is contained in:
Guillermo Ruffino 2020-06-28 21:20:38 -03:00 committed by GitHub
commit c505b7b78a
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,