Skip to content

Commit 78d96a4

Browse files
committed
init: pyproject.toml
1 parent 1bd04df commit 78d96a4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lambdas/filenameprocessor/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
name = "filenameprocessor"
33
version = "0.1.0"
44
description = ""
5-
readme = "README.md"
65
authors = ["Your Name <[email protected]>"]
7-
packages = [{ include = "src" }]
6+
readme = "README.md"
7+
packages = [
8+
{include = "src"},
9+
{include = "common", from = "../shared/src"}
10+
]
811

912
[tool.poetry.dependencies]
1013
python = "~3.11"

0 commit comments

Comments
 (0)