We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319ffa4 commit 9648034Copy full SHA for 9648034
1 file changed
setup.py
@@ -117,7 +117,7 @@ def find_package_data(
117
long_description_content_type='text/markdown',
118
author=AUTHOR,
119
author_email=AUTHOR_EMAIL,
120
- license=read('LICENSE'),
+ license="GNU AFFERO GENERAL PUBLIC LICENSE",
121
url=URL,
122
packages=find_packages(exclude=["tests.*", "tests"]),
123
package_data=find_package_data(PACKAGE, only_in_packages=False),
0 commit comments