Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit c62678e

Browse files
committed
chore:add homepage to toml
1 parent 025769b commit c62678e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tool.poetry]
2-
name = "overpass-api-python-wrapper"
2+
name = "overpass"
33
version = "0.7.1"
44
description = "A Python interface to the OpenStreetMap Overpass API"
55
authors = ["Martijn van Exel <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
8+
homepage = "https://github.com/mvexel/overpass-api-python-wrapper"
89
packages = [{ include = "overpass" }]
910

1011

0 commit comments

Comments
 (0)