diff --git a/pyproject.toml b/pyproject.toml index 7444731..8c94a57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,3 +32,10 @@ dev = ["pytest", "black", "mypy"] requires = ["setuptools>=61", "wheel"] build-backend = "setuptools.build_meta" +[tool.setuptools] +packages = {find = {}} + +[tool.setuptools.packages.find] +where = ["."] + +