Skip to content

Commit

Permalink
chore:add homepage to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvexel committed Aug 10, 2024
1 parent 025769b commit c62678e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[tool.poetry]
name = "overpass-api-python-wrapper"
name = "overpass"
version = "0.7.1"
description = "A Python interface to the OpenStreetMap Overpass API"
authors = ["Martijn van Exel <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/mvexel/overpass-api-python-wrapper"
packages = [{ include = "overpass" }]


Expand Down

0 comments on commit c62678e

Please sign in to comment.