Skip to content

Commit beb04a2

Browse files
authored
Fix license format in pyproject.toml
1 parent f376330 commit beb04a2

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
@@ -12,11 +12,10 @@ name = "sccontroller"
1212
dynamic = ["version"]
1313
description = "User-mode driver, mapper and GTK3 based GUI for Steam Controller, DS4 and similar controllers."
1414
authors = [{name = "C0rn3j", email = "martin@rys.rs"}]
15-
license = {text = "GPL-2.0-only"}
15+
license = "GPL-2.0-only"
1616
keywords = ["controller", "mapping", "tools"]
1717
classifiers = [
1818
"Programming Language :: Python :: 3",
19-
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
2019
"Operating System :: POSIX :: Linux",
2120
"Typing :: Typed",
2221
]

0 commit comments

Comments
 (0)