diff --git a/qoa4ml_lib/LICENCE.txt b/qoa4ml_lib/LICENSE.txt similarity index 100% rename from qoa4ml_lib/LICENCE.txt rename to qoa4ml_lib/LICENSE.txt diff --git a/qoa4ml_lib/pyproject.toml b/qoa4ml_lib/pyproject.toml index 378467e..eaca262 100644 --- a/qoa4ml_lib/pyproject.toml +++ b/qoa4ml_lib/pyproject.toml @@ -7,12 +7,12 @@ name = "qoa4ml" [project] name = "qoa4ml" -version = "0.2.5" +version = "0.2.6" description = "Quality of Analysis for Machine Learning" readme = "README.md" requires-python = ">=3.10" keywords = ["Monitoring", "Machine Learning"] -license = {file = "LICENSES.txt"} +license = {file = "LICENSE.txt"} authors = [ {name = "AaltoSEA", email = "tri.m.nguyen@aalto.fi"} ]