diff --git a/pyproject.toml b/pyproject.toml index ea04c74..3707bda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,12 +41,16 @@ dependencies = [ "matplotlib", ] -[project.optional-dependencies] -test = ["pytest", "coverage"] +[tool.setuptools] +packages = ["scikit_posthocs"] [tool.setuptools.dynamic] version = {attr = "scikit_posthocs.__version__"} +[project.optional-dependencies] +test = ["pytest", "coverage"] + + [tool.pytest.ini_options] log_cli = true log_cli_level = "INFO"