diff options
| -rw-r--r-- | gamechestcli/pyproject.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gamechestcli/pyproject.toml b/gamechestcli/pyproject.toml index 7ee2811..4371f10 100644 --- a/gamechestcli/pyproject.toml +++ b/gamechestcli/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "gamechestcli" +name = "gamechest" version = "0.1.0" description = "Add your description here" readme = "README.rst" @@ -19,6 +19,3 @@ dev = [ "ipdb>=0.13.13", "ipython>=9.10.0", ] - -[build-system] -build-backend = "uv_build" |
