Skip to content

Commit 7232723

Browse files
authored
test: fix warning in e2e/test_poetry (#1055)
1 parent f878a2e commit 7232723

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

e2e/config/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "poetry-test"
33
version = "0.1.0"
44
description = ""
55
authors = ["rtx"]
6+
packages = [{include = "poetry_demo"}]
67

78
[tool.poetry.dependencies]
89
python = "^3.12"

e2e/poetry_demo/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)