Skip to content

Commit f03646a

Browse files
authored
Merge pull request #101 from DmitryIo/DmitryIo/patch-pyproject.toml
Fix of pyproject.toml
2 parents 693f3e5 + e4062d9 commit f03646a

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)