diff --git a/pyproject.toml b/pyproject.toml index d5b7cca..fadda12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] name = "maptiler-cloud-cli" -version = "1.1.4" +version = "1.2.0" description = "CLI utility for MapTiler Cloud" authors = ["MapTiler "] -packages = [{include = "maptiler", from = "src"}] +packages = [{ include = "maptiler", from = "src" }] license = "MIT" repository = "https://github.com/maptiler/maptiler-cloud-cli" documentation = "https://docs.maptiler.com/cloud/admin-api/" @@ -17,7 +17,6 @@ python = ">=3.8" click = "^8.0" requests = "^2.26" - [tool.poetry.group.dev.dependencies] black = "23.3.0" pytest = "^7.0"