diff --git a/python/pyproject.toml b/python/pyproject.toml index ebd77aa..6b51508 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -5,6 +5,7 @@ description = "Library containing all models used in the naas ecosystem. You can authors = ["Maxime Jublou "] readme = "README.md" packages = [{include = "naas_models"}] +license = "MIT" [tool.poetry.dependencies] python = "^3.9"