Skip to content

Commit

Permalink
updated package info
Browse files Browse the repository at this point in the history
  • Loading branch information
maximtrp committed Nov 6, 2023
1 parent b33799b commit 71414e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 71414e3

Please sign in to comment.