We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f37226 commit 25b19b2Copy full SHA for 25b19b2
LICENSE.txt
@@ -1,4 +1,4 @@
1
-MIT License
+The MIT License (MIT)
2
3
Copyright (c) 2023 Filip Jakovljevic
4
pyproject.toml
@@ -26,6 +26,9 @@ dependencies = [
26
'importlib_metadata; python_version < "3.8"',
27
]
28
29
+[project.urls]
30
+homepage = "https://github.com/FJakovljevic/vec_geohash"
31
+
32
[tool.setuptools_scm]
33
write_to = "vec_geohash/_version.py"
34
0 commit comments