summaryrefslogtreecommitdiffstats
path: root/gamechestcli/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gamechestcli/pyproject.toml')
-rw-r--r--gamechestcli/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamechestcli/pyproject.toml b/gamechestcli/pyproject.toml
index ad30a3e..ef89d44 100644
--- a/gamechestcli/pyproject.toml
+++ b/gamechestcli/pyproject.toml
@@ -11,7 +11,7 @@ dependencies = [
"rich>=14.3.2",
"xdg>=6.0.0",
]
-[project.script]
+[project.scripts]
gamechest = "__main__:main"
[dependency-groups]