Skip to content

Commit 9648034

Browse files
undersfxrenzon
authored andcommitted
Workaround para problema no parser da licença
1 parent 319ffa4 commit 9648034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def find_package_data(
117117
long_description_content_type='text/markdown',
118118
author=AUTHOR,
119119
author_email=AUTHOR_EMAIL,
120-
license=read('LICENSE'),
120+
license="GNU AFFERO GENERAL PUBLIC LICENSE",
121121
url=URL,
122122
packages=find_packages(exclude=["tests.*", "tests"]),
123123
package_data=find_package_data(PACKAGE, only_in_packages=False),

0 commit comments

Comments
 (0)