Skip to content

Commit 93d6c21

Browse files
committed
Fix license classifier in pyproject.toml
1 parent 1f3fd69 commit 93d6c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license={ text = "LGPL-3.0" }
2121
keywords = [ "preCICE", "FMI", "ODE", "controller", "PDE", "coupling" ]
2222
classifiers=[
2323
"Development Status :: 4 - Beta",
24-
"License :: OSI Approved :: GNU LESSER General Public License v3 (LGPLv3)",
24+
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
2525
"Programming Language :: Python :: 3 :: Only",
2626
"Programming Language :: Python :: 3.8",
2727
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)