This depends on https://build.opensuse.org/requests/1329866. OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geoip2?expand=0&rev=39
27 lines
602 B
Diff
27 lines
602 B
Diff
--- a/pyproject.toml 1970-01-01 01:00:00.000000000 +0100
|
|
+++ b/pyproject.toml 2026-01-29 19:40:59.478833382 +0100
|
|
@@ -43,19 +43,11 @@
|
|
]
|
|
|
|
[build-system]
|
|
-requires = ["uv_build>=0.7.19,<0.8.0"]
|
|
-build-backend = "uv_build"
|
|
+requires = ["setuptools"]
|
|
+build-backend = "setuptools.build_meta"
|
|
|
|
-[tool.uv.build-backend]
|
|
-source-include = [
|
|
- "HISTORY.rst",
|
|
- "README.rst",
|
|
- "LICENSE",
|
|
- "docs/html",
|
|
- "examples/*.py",
|
|
- "tests/*.py",
|
|
- "tests/data/test-data/*.mmdb"
|
|
-]
|
|
+[tool.setuptools.package-data]
|
|
+geoip2 = ["py.typed"]
|
|
|
|
[project.urls]
|
|
Homepage = "https://www.maxmind.com/"
|