aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml4
-rw-r--r--uv.lock5
2 files changed, 5 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index efa9ac5..9f83aaa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,8 +18,8 @@ classifiers = [
"Programming Language :: Python :: 3",
]
-[project.scripts]
-mvp = "mvp.__main__:main"
+# [project.scripts]
+# mvp = "mvp.__main__:main"
[tool.maturin]
bindings = "bin"
diff --git a/uv.lock b/uv.lock
index 535659a..fe17e73 100644
--- a/uv.lock
+++ b/uv.lock
@@ -1,6 +1,7 @@
version = 1
-requires-python = ">=3.8"
+revision = 2
+requires-python = ">=3.11"
[[package]]
-name = "maturin-template"
+name = "mvp"
source = { editable = "." }