We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f376330 commit beb04a2Copy full SHA for beb04a2
pyproject.toml
@@ -12,11 +12,10 @@ name = "sccontroller"
12
dynamic = ["version"]
13
description = "User-mode driver, mapper and GTK3 based GUI for Steam Controller, DS4 and similar controllers."
14
authors = [{name = "C0rn3j", email = "martin@rys.rs"}]
15
-license = {text = "GPL-2.0-only"}
+license = "GPL-2.0-only"
16
keywords = ["controller", "mapping", "tools"]
17
classifiers = [
18
"Programming Language :: Python :: 3",
19
- "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
20
"Operating System :: POSIX :: Linux",
21
"Typing :: Typed",
22
]
0 commit comments