Skip to content

Commit 49783ef

Browse files
committed
build(poetry.toml): fix warning No file/folder found for package
1 parent 85c2cf0 commit 49783ef

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ mutation-report.html
1414
**/**/terraform.tfstate
1515
**/**/terraform.tfstate.backup
1616
**/**/.terraform.backup
17+
dist

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "zero-2-hero-python-flask-microservice"
33
version = "0.1.0"
44
description = "Python Flask app to demonstrate TDD, BDD & CI/CD through Containerization."
55
authors = ["abhisheksr01"]
6+
packages = [
7+
{ include = "greetings" },
8+
]
69

710
[tool.poetry.dependencies]
811
python = "^3.13.1"

0 commit comments

Comments
 (0)