chore: update pyproject.toml to include package discovery settings
This commit is contained in:
parent
9959b5a677
commit
a1ee479487
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
name = "presenton-backend"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11,<3.12"
|
||||
dependencies = [
|
||||
"aiohttp>=3.12.15",
|
||||
|
|
@ -41,3 +40,7 @@ url = "https://download.pytorch.org/whl/cpu"
|
|||
[dependency-groups]
|
||||
dev = [
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["api*", "enums*", "models*", "services*", "constants*", "utils*"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue