uhhh
This commit is contained in:
+6
-4
@@ -3,9 +3,7 @@ name = "ipython-demo"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [{ name = "lda", email = "[email protected]" }]
|
||||||
{ name = "lda", email = "[email protected]" }
|
|
||||||
]
|
|
||||||
requires-python = ">=3.14"
|
requires-python = ">=3.14"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastapi>=0.141.1",
|
"fastapi>=0.141.1",
|
||||||
@@ -20,10 +18,14 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[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-webapp = "ipython_webapp.app:main"
|
||||||
ipython-mcp = "ipython_mcp.app:main"
|
ipython-mcp = "ipython_mcp.app:main"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["uv_build>=0.12.6,<0.13.0"]
|
requires = ["uv_build>=0.12.6,<0.13.0"]
|
||||||
build-backend = "uv_build"
|
build-backend = "uv_build"
|
||||||
|
|
||||||
|
[tool.uv.build-backend]
|
||||||
|
module-name = "ipython_shell"
|
||||||
|
|||||||
Reference in New Issue
Block a user