Skip to content

Commit 25b19b2

Browse files
committed
adding homepage to pyproject
1 parent 9f37226 commit 25b19b2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MIT License
1+
The MIT License (MIT)
22

33
Copyright (c) 2023 Filip Jakovljevic
44

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ dependencies = [
2626
'importlib_metadata; python_version < "3.8"',
2727
]
2828

29+
[project.urls]
30+
homepage = "https://github.com/FJakovljevic/vec_geohash"
31+
2932
[tool.setuptools_scm]
3033
write_to = "vec_geohash/_version.py"
3134

0 commit comments

Comments
 (0)