Skip to content

Commit 0d04958

Browse files
committed
ag-ui-protocol -> ag-ui
1 parent 2a240a1 commit 0d04958

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

python-sdk/pyproject.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "ag-ui-protocol"
2+
name = "ag-ui"
33
version = "0.1.9"
44
description = ""
55
authors = [
@@ -10,13 +10,6 @@ requires-python = ">=3.9,<4.0"
1010
dependencies = [
1111
"pydantic>=2.11.2,<3.0.0",
1212
]
13-
packages = [
14-
{ include = "ag_ui", from = "ag_ui" }
15-
]
16-
17-
[tool.hatch.build.targets.wheel]
18-
packages = ["ag_ui"]
19-
2013

2114
[build-system]
2215
requires = ["hatchling"]

0 commit comments

Comments
 (0)