diff --git a/pyproject.toml b/pyproject.toml index 3374517..b6444ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ addopts = "--cov=." testpaths = ["tests"] [tool.setuptools] -packages = ["multi-imbalance"] +packages = ["multi_imbalance"] [tool.black] line-length = 140