Skip to content

Commit c836ef9

Browse files
committed
Fix pyproject.toml license
1 parent 0860e48 commit c836ef9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ keywords=[
1616
"community detection",
1717
"clustering"
1818
]
19-
license = {text = "GPLv3+"}
19+
license = "GPL-3.0-or-later"
2020
classifiers = [
2121
"Development Status :: 4 - Beta",
2222
"Environment :: Console",
2323
"Intended Audience :: End Users/Desktop",
2424
"Intended Audience :: Developers",
2525
"Intended Audience :: Science/Research",
26-
"License :: GPL-3.0-or-later",
2726
"Operating System :: MacOS :: MacOS X",
2827
"Operating System :: Microsoft :: Windows",
2928
"Operating System :: POSIX",

0 commit comments

Comments
 (0)