Skip to content

Commit e4062d9

Browse files
authored
Update pyproject.toml
1 parent 693f3e5 commit e4062d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A fully Async FastAPI boilerplate using SQLAlchemy and Pydantic 2
55
authors = ["Igor Magalhaes <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
8-
packages = [{ include = "fastapi_boilerplate" }]
8+
packages = [{ include = "src" }]
99

1010
[tool.poetry.dependencies]
1111
python = "^3.11"

0 commit comments

Comments
 (0)