diff --git a/pyproject.toml b/pyproject.toml index 11d14f4..ea04c74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Statistical post-hoc analysis and outlier detection algorithms" readme = "DESCRIPTION.rst" requires-python = ">=3.6" keywords = ["statistics", "stats", "posthoc", "anova", "data science"] -license = MIT +license.file = "LICENSE" authors = [ { name = "Maksim Terpilovskii", email = "maximtrp@gmail.com" }, ]