From 3755ac9face3ef75cd1806d44b18dff0c78dd4ec Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Thu, 8 May 2025 13:24:31 +0200 Subject: [PATCH] Update ty metadata (#17943) --- crates/ty/Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/crates/ty/Cargo.toml b/crates/ty/Cargo.toml index 1c70dc1be0..70f698a95e 100644 --- a/crates/ty/Cargo.toml +++ b/crates/ty/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "ty" version = "0.0.0" -edition.workspace = true -rust-version.workspace = true -homepage.workspace = true -documentation.workspace = true +# required for correct pypi metadata +homepage = "https://github.com/astral-sh/ty/" +documentation = "https://github.com/astral-sh/ty/" # Releases occur in this other repository! repository = "https://github.com/astral-sh/ty/" +edition.workspace = true +rust-version.workspace = true authors.workspace = true license.workspace = true