Skip to content

Commit 0a2bde0

Browse files
committed
Fix licence classifier string
1 parent 5297d17 commit 0a2bde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"Programming Language :: Python :: 3.6",
4040
"Programming Language :: Python :: 3.7",
4141
"Programming Language :: Python :: 3.8",
42-
"License :: OSI Approved :: GPLv3 License",
42+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
4343
"Operating System :: OS Independent",
4444
],
4545
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",

0 commit comments

Comments
 (0)