Skip to content

Commit 3b75531

Browse files
committed
fix(pyproject): drop invalid API-Compatibility url
Core Metadata spec requires all [project.urls] values to be valid URLs. The bare date '2024-01-15' caused TestPyPI to reject the upload with HTTP 400. The field carried no URL semantics, so just remove it.
1 parent cf2776d commit 3b75531

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ Documentation = "https://docs.nullrun.io"
106106
Repository = "https://github.com/nullrunio/nullrun-sdk-python"
107107
Changelog = "https://github.com/nullrunio/nullrun-sdk-python/blob/master/CHANGELOG.md"
108108
"Bug Tracker" = "https://github.com/nullrunio/nullrun-sdk-python/issues"
109-
"API-Compatibility" = "2024-01-15"
110109

111110
[tool.hatch.build.targets.wheel]
112111
packages = ["src/nullrun"]

0 commit comments

Comments
 (0)