We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd04df commit 78d96a4Copy full SHA for 78d96a4
lambdas/filenameprocessor/pyproject.toml
@@ -2,9 +2,12 @@
2
name = "filenameprocessor"
3
version = "0.1.0"
4
description = ""
5
-readme = "README.md"
6
authors = ["Your Name <[email protected]>"]
7
-packages = [{ include = "src" }]
+readme = "README.md"
+packages = [
8
+ {include = "src"},
9
+ {include = "common", from = "../shared/src"}
10
+]
11
12
[tool.poetry.dependencies]
13
python = "~3.11"
0 commit comments