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.
2 parents e979766 + f39af87 commit d776d81Copy full SHA for d776d81
pyproject.toml
@@ -1,17 +1,21 @@
1
[tool.poetry]
2
name = "snapmap-archiver"
3
-version = "2.1.2"
+version = "2.2.0"
4
description = "Download all Snap Map content from a specific location."
5
readme = "README.md"
6
authors = ["Miles Greenwark <[email protected]>"]
7
license = "GPL-3.0-or-later"
8
+packages = [{include = "snapmap_archiver"}]
9
10
[tool.poetry.dependencies]
11
python = "^3.10"
12
requests = "^2.25.1"
13
14
[tool.poetry.dev-dependencies]
15
16
+[tool.poetry.scripts]
17
+snapmap-archiver = "snapmap_archiver:main"
18
+
19
[build-system]
20
requires = ["poetry-core>=1.0.0"]
21
build-backend = "poetry.core.masonry.api"
requirements.txt
setup.py
0 commit comments