diff --git a/pyproject.toml b/pyproject.toml index 7cabe89..b1ebb61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "amarillo-metrics" -version = "0.0.2" +version = "0.0.3" description = "Prometheus metrics for Amarillo" readme = "README.md" +license = {file = "LICENSE"} dependencies = [ "fastapi",