Revert "test standard layout"

This reverts commit ba27a7b1cad103d1c99041ad33693a4eaee0de7c.
This commit is contained in:
Francisco Schulz 2022-09-19 17:16:12 +02:00
parent ba27a7b1ca
commit b44b733090
13 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ description = "python package that is supposed to handle networking and connecti
authors = ["Frankcisco Schulz"] authors = ["Frankcisco Schulz"]
license = "All rights reserved" license = "All rights reserved"
packages = [ packages = [
{ include = "pyinfra"} { include = "pyinfra", from = "src" }
] ]
[tool.poetry.dependencies] [tool.poetry.dependencies]