From 1f29d544ca148527640f230e209c6e0ae2a490f8 Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Fri, 26 Jan 2024 13:29:09 +0100 Subject: [PATCH] Added license --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",