Skip to content

Commit

Permalink
chore(release): publish v4.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rendrom committed Sep 30, 2024
1 parent 0d488b0 commit 279f13a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rosreestr2coord"
version = "4.6.1"
version = "4.6.4"
description = "Get geometry from rosreestr"
authors = [{ name = "Artemiy Doroshkov", email = "[email protected]" }]
dependencies = [
Expand All @@ -24,11 +24,11 @@ rosreestr2coord = "rosreestr2coord.console:console"
dev = ["black", "isort"]

[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools", "wheel", "twine"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["rosreestr2coord"]
packages = ["rosreestr2coord", "rosreestr2coord.request"]
include-package-data = true

[tool.isort]
Expand Down

0 comments on commit 279f13a

Please sign in to comment.