We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8157919 commit 256175bCopy full SHA for 256175b
1 file changed
backend/pyproject.toml
@@ -1,11 +1,9 @@
1
[project]
2
-name = "backend"
+name = "API-ShortURL"
3
version = "0.1.0"
4
-description = ""
5
authors = [
6
{name = "mtzdev",email = "matheus.gol231@gmail.com"}
7
]
8
-readme = "README.md"
9
requires-python = ">=3.13,<4.0"
10
dependencies = [
11
"fastapi[standard] (>=0.115.12,<0.116.0)",
@@ -16,6 +14,10 @@ dependencies = [
16
14
"apscheduler (>=3.11.0,<4.0.0)"
17
15
18
+[tool.poetry]
+packages = [
19
+ { include = "src" }
20
+]
21
22
[build-system]
23
requires = ["poetry-core>=2.0.0,<3.0.0"]
0 commit comments