diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/pyproject.toml b/tests/pyproject.toml index 81f7424..dc774df 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -5,4 +5,7 @@ dependencies = [ "pytest==8.2.*", "testcontainers==4.7.*", "paramiko==3.4.*" -] \ No newline at end of file +] + +[tool.setuptools.package-dir] +tests = "." \ No newline at end of file