Skip to content

Commit 6bf6b1b

Browse files
committed
Rename project name
1 parent b308e80 commit 6bf6b1b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[project]
2-
name = "minions-workspace"
2+
name = "devup-api-workspace"
33
version = "0.1.0"
44
description = ""
5-
authors = [
6-
{name = "owjs3901",email = "owjs3901@naver.com"}
7-
]
5+
authors = [{ name = "owjs3901", email = "owjs3901@naver.com" }]
86
readme = "README.md"
97
requires-python = ">=3.13"
108

@@ -13,7 +11,7 @@ members = [
1311
"libs/python/router",
1412
"libs/python/model",
1513
"libs/python/fastapi",
16-
"project/python/fastapi"
14+
"project/python/fastapi",
1715
]
1816

1917

@@ -22,6 +20,5 @@ dev = [
2220
"pytest>=8.3.5",
2321
"pytest-aiohttp>=1.1.0",
2422
"pytest-asyncio>=0.25.3",
25-
"uvicorn>=0.34.0"
23+
"uvicorn>=0.34.0",
2624
]
27-

0 commit comments

Comments
 (0)