Skip to content

Commit

Permalink
Merge pull request #17 from king-millez/feature/16-fix-release-system
Browse files Browse the repository at this point in the history
16: Fix Poetry release system
  • Loading branch information
king-millez authored Apr 26, 2024
2 parents e979766 + f39af87 commit d776d81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 30 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
[tool.poetry]
name = "snapmap-archiver"
version = "2.1.2"
version = "2.2.0"
description = "Download all Snap Map content from a specific location."
readme = "README.md"
authors = ["Miles Greenwark <[email protected]>"]
license = "GPL-3.0-or-later"
packages = [{include = "snapmap_archiver"}]

[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.25.1"

[tool.poetry.dev-dependencies]

[tool.poetry.scripts]
snapmap-archiver = "snapmap_archiver:main"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

28 changes: 0 additions & 28 deletions setup.py

This file was deleted.

0 comments on commit d776d81

Please sign in to comment.