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"]