Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 3f25b51

Browse files
committed
chore: Fix pyproject.toml
1 parent 62bf92b commit 3f25b51

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/__init__.py

Whitespace-only changes.

tests/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ dependencies = [
55
"pytest==8.2.*",
66
"testcontainers==4.7.*",
77
"paramiko==3.4.*"
8-
]
8+
]
9+
10+
[tool.setuptools.package-dir]
11+
tests = "."

0 commit comments

Comments
 (0)