Skip to content

Commit a3f551c

Browse files
committed
fix license classifier in setup.py
1 parent 1d70271 commit a3f551c

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
@@ -18,7 +18,7 @@
1818
packages=setuptools.find_packages(),
1919
classifiers=[
2020
"Programming Language :: Python :: 3",
21-
"License :: OSI Approved :: GNU AGPLv3 License",
21+
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
2222
"Operating System :: OS Independent",
2323
],
2424
python_requires='>=3.6',

0 commit comments

Comments
 (0)