Skip to content

Commit 256175b

Browse files
committed
fix: pyproject
1 parent 8157919 commit 256175b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

backend/pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[project]
2-
name = "backend"
2+
name = "API-ShortURL"
33
version = "0.1.0"
4-
description = ""
54
authors = [
65
{name = "mtzdev",email = "matheus.gol231@gmail.com"}
76
]
8-
readme = "README.md"
97
requires-python = ">=3.13,<4.0"
108
dependencies = [
119
"fastapi[standard] (>=0.115.12,<0.116.0)",
@@ -16,6 +14,10 @@ dependencies = [
1614
"apscheduler (>=3.11.0,<4.0.0)"
1715
]
1816

17+
[tool.poetry]
18+
packages = [
19+
{ include = "src" }
20+
]
1921

2022
[build-system]
2123
requires = ["poetry-core>=2.0.0,<3.0.0"]

0 commit comments

Comments
 (0)