Hello, the httpcore2 project.urls items in its pyproject.toml file are pointing towards httpcore URLs and not httpcore2 URLs:
|
[project.urls] |
|
Documentation = "https://www.encode.io/httpcore" |
|
Homepage = "https://www.encode.io/httpcore/" |
|
Source = "https://github.com/encode/httpcore" |
I was attempting to find the upstream source of httpcore2 via PyPi and was being directed towards the wrong upstream.
Hello, the
httpcore2project.urlsitems in itspyproject.tomlfile are pointing towardshttpcoreURLs and nothttpcore2URLs:httpx2/src/httpcore2/pyproject.toml
Lines 52 to 55 in c2a2b8d
I was attempting to find the upstream source of httpcore2 via PyPi and was being directed towards the wrong upstream.