Compare commits
2
Commits
ea6725f833
...
e7804dd4aa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7804dd4aa | ||
|
|
a857e1a0eb |
+7
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "reverse-geolocate"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
description = "Reverse Geolcate script"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
@@ -12,6 +12,12 @@ dependencies = [
|
||||
[project.scripts]
|
||||
reverse-geolocate = "reverse_geolocate.reverse_geolocate:main"
|
||||
|
||||
# MARK: build target
|
||||
[[tool.uv.index]]
|
||||
name = "private-pypi"
|
||||
url = "https://git.gullevek.jp/api/packages/PyPI/pypi/simple/"
|
||||
publish-url = "https://git.gullevek.jp/api/packages/PyPI/pypi"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.9.7,<0.10.0"]
|
||||
build-backend = "uv_build"
|
||||
|
||||
Reference in New Issue
Block a user