Set repository metadata entry for Rust crates (#1063)

This commit is contained in:
David Tolnay 2023-12-12 14:40:40 -08:00 committed by GitHub
parent f8a9b80d9e
commit 52bbff6dfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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