diff --git a/pyproject.toml b/pyproject.toml index d98ea72..ae008ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,4 +47,8 @@ Issues = "https://github.com/AbductiveLearning/ABLKit/issues" test = [ "pytest-cov", "black==22.10.0", -] \ No newline at end of file +] + +[tool.setuptools.packages.find] +where = ["ablkit"] +namespaces = false \ No newline at end of file