From 52bbff6dfc2dd7b3086710bc64896ccfaaed1a3d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 12 Dec 2023 14:40:40 -0800 Subject: [PATCH] Set repository metadata entry for Rust crates (#1063) --- native/libcst/Cargo.toml | 2 +- native/libcst_derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/native/libcst/Cargo.toml b/native/libcst/Cargo.toml index e1fe3b13a..e96d4bc4a 100644 --- a/native/libcst/Cargo.toml +++ b/native/libcst/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" rust-version = "1.70" description = "A Python parser and Concrete Syntax Tree library." license-file = "LICENSE" -homepage = "https://github.com/Instagram/LibCST" +repository = "https://github.com/Instagram/LibCST" documentation = "https://libcst.rtfd.org" keywords = ["python", "cst", "ast"] categories = ["parser-implementations"] diff --git a/native/libcst_derive/Cargo.toml b/native/libcst_derive/Cargo.toml index eaa663da5..2675ab189 100644 --- a/native/libcst_derive/Cargo.toml +++ b/native/libcst_derive/Cargo.toml @@ -4,7 +4,7 @@ version = "1.1.0" edition = "2018" description = "Proc macro helpers for libcst." license-file = "LICENSE" -homepage = "https://github.com/Instagram/LibCST" +repository = "https://github.com/Instagram/LibCST" documentation = "https://libcst.rtfd.org" keywords = ["macros", "python"]