summaryrefslogtreecommitdiffstats
path: root/gamechestcli/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gamechestcli/pyproject.toml')
-rw-r--r--gamechestcli/pyproject.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/gamechestcli/pyproject.toml b/gamechestcli/pyproject.toml
index ef89d44..7ee2811 100644
--- a/gamechestcli/pyproject.toml
+++ b/gamechestcli/pyproject.toml
@@ -2,7 +2,7 @@
name = "gamechestcli"
version = "0.1.0"
description = "Add your description here"
-readme = "README.md"
+readme = "README.rst"
requires-python = ">=3.13"
dependencies = [
"docopt-ng>=0.9.0",
@@ -19,3 +19,6 @@ dev = [
"ipdb>=0.13.13",
"ipython>=9.10.0",
]
+
+[build-system]
+build-backend = "uv_build"