diff --git a/pyproject.toml b/pyproject.toml index 5f3c7e7b9..ea14dde0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,6 +93,9 @@ examples = [ "notebook", ] +[tool.setuptools] +packages = ["dfm_tools"] + [tool.pytest.ini_options] console_output_style = "count" testpaths = ["tests"]