We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9624815 commit 77bb12fCopy full SHA for 77bb12f
pyproject.toml
@@ -1,9 +1,9 @@
1
[tool.poetry]
2
name = "maptiler-cloud-cli"
3
-version = "1.1.4"
+version = "1.2.0"
4
description = "CLI utility for MapTiler Cloud"
5
authors = ["MapTiler <info@maptiler.com>"]
6
-packages = [{include = "maptiler", from = "src"}]
+packages = [{ include = "maptiler", from = "src" }]
7
license = "MIT"
8
repository = "https://github.com/maptiler/maptiler-cloud-cli"
9
documentation = "https://docs.maptiler.com/cloud/admin-api/"
@@ -17,7 +17,6 @@ python = ">=3.8"
17
click = "^8.0"
18
requests = "^2.26"
19
20
-
21
[tool.poetry.group.dev.dependencies]
22
black = "23.3.0"
23
pytest = "^7.0"
0 commit comments