Add pypi test and live indexes
This commit is contained in:
+16
-5
@@ -1,23 +1,34 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "reverse-geolocate"
|
name = "reverse-geolocate"
|
||||||
version = "1.1.2"
|
version = "1.1.2.1"
|
||||||
description = "Reverse Geolocate from Lat/Long information and write location information into sidecard files"
|
description = "Reverse Geolocate from Lat/Long information and write location information into sidecard files"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.14"
|
requires-python = ">=3.14"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"python-xmp-toolkit>=2.1.0",
|
"python-xmp-toolkit>=2.1.0",
|
||||||
"requests>=2.32.5",
|
"requests>=2.32.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
reverse-geolocate = "reverse_geolocate.reverse_geolocate:main"
|
reverse-geolocate = "reverse_geolocate.reverse_geolocate:main"
|
||||||
|
|
||||||
|
# MARK: build system
|
||||||
|
[build-system]
|
||||||
|
requires = ["uv_build>=0.9.7,<0.10.0"]
|
||||||
|
build-backend = "uv_build"
|
||||||
|
|
||||||
# MARK: build target
|
# MARK: build target
|
||||||
[[tool.uv.index]]
|
[[tool.uv.index]]
|
||||||
name = "private-pypi"
|
name = "private-pypi"
|
||||||
url = "https://git.gullevek.org/api/packages/PyPI/pypi/simple/"
|
url = "https://git.gullevek.org/api/packages/PyPI/pypi/simple/"
|
||||||
publish-url = "https://git.gullevek.org/api/packages/PyPI/pypi/"
|
publish-url = "https://git.gullevek.org/api/packages/PyPI/pypi/"
|
||||||
|
[[tool.uv.index]]
|
||||||
|
name = "test-pypi"
|
||||||
|
url = "https://test.pypi.org/simple/"
|
||||||
|
publish-url = "https://test.pypi.org/legacy/"
|
||||||
|
[[tool.uv.index]]
|
||||||
|
name = "pypi"
|
||||||
|
url = "https://pypi.org/simple/"
|
||||||
|
publish-url = "https://pypi.org/legacy/"
|
||||||
|
|
||||||
[build-system]
|
# __END__
|
||||||
requires = ["uv_build>=0.9.7,<0.10.0"]
|
|
||||||
build-backend = "uv_build"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user