From 60161e2658a1f823287eb79b79cf4ab1150918ec Mon Sep 17 00:00:00 2001 From: lda Date: Sun, 30 Aug 2026 10:31:13 +0700 Subject: [PATCH] uhhh --- pyproject.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b5a2b4a..10c1fdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,9 +3,7 @@ name = "ipython-demo" version = "0.1.0" description = "Add your description here" readme = "README.md" -authors = [ - { name = "lda", email = "lda@ldlda.com" } -] +authors = [{ name = "lda", email = "lda@ldlda.com" }] requires-python = ">=3.14" dependencies = [ "fastapi>=0.141.1", @@ -20,10 +18,14 @@ dependencies = [ ] [project.scripts] -ipython-demo = "ipython_demo.app:main" +ipython-demo = "ipython_shell.app:main" +ipython-shell = "ipython_shell.app:main" ipython-webapp = "ipython_webapp.app:main" ipython-mcp = "ipython_mcp.app:main" [build-system] requires = ["uv_build>=0.12.6,<0.13.0"] build-backend = "uv_build" + +[tool.uv.build-backend] +module-name = "ipython_shell"