Skip to content

Commit 6201c88

Browse files
committed
setup.py: license classifier is deprecated, removing
1 parent f30a543 commit 6201c88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
author = "Maarten van Gompel",
7171
author_email = "proycon@anaproy.nl",
7272
description = ("Python binding to Frog, an NLP suite for Dutch doing part-of-speech tagging, lemmatisation, morphological analysis, named-entity recognition, shallow parsing, and dependency parsing."),
73-
license = "GPLv3",
73+
license = "GPL-3.0-only",
7474
keywords = "nlp computational_linguistics dutch pos lemmatizer",
7575
url = "https://github.com/proycon/python-frog",
7676
ext_modules = extensions,
@@ -86,6 +86,5 @@
8686
"Operating System :: POSIX",
8787
"Intended Audience :: Developers",
8888
"Intended Audience :: Science/Research",
89-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
9089
],
9190
)

0 commit comments

Comments
 (0)