Fix multiple top level packages (#1006)

This commit is contained in:
Sidharth Mohanty
2023-12-13 12:36:25 +05:30
committed by GitHub
parent ae6f866901
commit b7a44ef472

View File

@@ -13,10 +13,13 @@ exclude = [
"configs", "configs",
"notebooks" "notebooks"
] ]
packages = [
{ include = "embedchain" },
]
[build-system] [build-system]
requires = ["setuptools", "wheel"] build-backend = "poetry.core.masonry.api"
build-backend = "setuptools.build_meta" requires = ["poetry-core"]
[tool.ruff] [tool.ruff]
select = ["E", "F"] select = ["E", "F"]