We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 693f3e5 + e4062d9 commit f03646aCopy full SHA for f03646a
pyproject.toml
@@ -5,7 +5,7 @@ description = "A fully Async FastAPI boilerplate using SQLAlchemy and Pydantic 2
5
authors = ["Igor Magalhaes <[email protected]>"]
6
license = "MIT"
7
readme = "README.md"
8
-packages = [{ include = "fastapi_boilerplate" }]
+packages = [{ include = "src" }]
9
10
[tool.poetry.dependencies]
11
python = "^3.11"
0 commit comments