diff --git a/pyproject.toml b/pyproject.toml index 4bb116c..727437d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,7 @@ version = "0.1.0" description = "" authors = ["Mose Mueller "] readme = "README.md" -packages = [ - { include = "pyDataInterface", from = "src" }, - { include = "frontend", from = "src" }, -] +packages = [{ include = "pyDataInterface", from = "src" }] [tool.poetry.dependencies]