We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f878a2e commit 7232723Copy full SHA for 7232723
e2e/config/pyproject.toml
@@ -3,6 +3,7 @@ name = "poetry-test"
3
version = "0.1.0"
4
description = ""
5
authors = ["rtx"]
6
+packages = [{include = "poetry_demo"}]
7
8
[tool.poetry.dependencies]
9
python = "^3.12"
e2e/poetry_demo/__init__.py
0 commit comments