From c030b6e95b34e8a6aa9ecdb07f8cff23c3b7bb79 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Sun, 31 May 2026 19:36:01 +0200 Subject: [PATCH 1/2] Point httpcore2 project.urls at the httpx2 repository Closes #991 --- src/httpcore2/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/httpcore2/pyproject.toml b/src/httpcore2/pyproject.toml index 83609c52..c4c8495a 100644 --- a/src/httpcore2/pyproject.toml +++ b/src/httpcore2/pyproject.toml @@ -50,9 +50,9 @@ trio = ["trio>=0.22.0,<1.0"] asyncio = ["anyio>=4.5.0,<5.0"] [project.urls] -Documentation = "https://www.encode.io/httpcore" -Homepage = "https://www.encode.io/httpcore/" -Source = "https://github.com/encode/httpcore" +Changelog = "https://github.com/pydantic/httpx2/blob/main/src/httpcore2/CHANGELOG.md" +Homepage = "https://github.com/pydantic/httpx2" +Source = "https://github.com/pydantic/httpx2" [tool.hatch.build.targets.sdist] include = ["/httpcore2", "/CHANGELOG.md", "/LICENSE.md", "/README.md", "/tests"] From ae806ea8d07dc18dc6008af33f8ab4f85b1dc5bb Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Mon, 1 Jun 2026 11:51:50 +0200 Subject: [PATCH 2/2] Apply suggestion from @Kludex --- src/httpcore2/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/httpcore2/pyproject.toml b/src/httpcore2/pyproject.toml index c4c8495a..cc857497 100644 --- a/src/httpcore2/pyproject.toml +++ b/src/httpcore2/pyproject.toml @@ -52,7 +52,7 @@ asyncio = ["anyio>=4.5.0,<5.0"] [project.urls] Changelog = "https://github.com/pydantic/httpx2/blob/main/src/httpcore2/CHANGELOG.md" Homepage = "https://github.com/pydantic/httpx2" -Source = "https://github.com/pydantic/httpx2" +Source = "https://github.com/pydantic/httpx2/blob/main/src/httpcore2" [tool.hatch.build.targets.sdist] include = ["/httpcore2", "/CHANGELOG.md", "/LICENSE.md", "/README.md", "/tests"]