mirror of https://github.com/astral-sh/ruff
Update ty metadata (#17943)
This commit is contained in:
parent
4f890b2867
commit
3755ac9fac
|
|
@ -1,12 +1,13 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ty"
|
name = "ty"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
edition.workspace = true
|
# required for correct pypi metadata
|
||||||
rust-version.workspace = true
|
homepage = "https://github.com/astral-sh/ty/"
|
||||||
homepage.workspace = true
|
documentation = "https://github.com/astral-sh/ty/"
|
||||||
documentation.workspace = true
|
|
||||||
# Releases occur in this other repository!
|
# Releases occur in this other repository!
|
||||||
repository = "https://github.com/astral-sh/ty/"
|
repository = "https://github.com/astral-sh/ty/"
|
||||||
|
edition.workspace = true
|
||||||
|
rust-version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue