diff --git a/crates/uv-auth/Cargo.toml b/crates/uv-auth/Cargo.toml index eb19295ec2317..513134365eb9f 100644 --- a/crates/uv-auth/Cargo.toml +++ b/crates/uv-auth/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-auth" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-bench/Cargo.toml b/crates/uv-bench/Cargo.toml index ef86d28c36073..6996fde3ef1ed 100644 --- a/crates/uv-bench/Cargo.toml +++ b/crates/uv-bench/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-bench" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" publish = false authors = { workspace = true } edition = { workspace = true } diff --git a/crates/uv-bin-install/Cargo.toml b/crates/uv-bin-install/Cargo.toml index 8f3fe81e9c505..f909e65f0a256 100644 --- a/crates/uv-bin-install/Cargo.toml +++ b/crates/uv-bin-install/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-bin-install" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-build-backend/Cargo.toml b/crates/uv-build-backend/Cargo.toml index 12ed8bfa9c40e..2103d36a884ff 100644 --- a/crates/uv-build-backend/Cargo.toml +++ b/crates/uv-build-backend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-build-backend" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-build-frontend/Cargo.toml b/crates/uv-build-frontend/Cargo.toml index 7226cbe6fd8c0..c381e08751c3b 100644 --- a/crates/uv-build-frontend/Cargo.toml +++ b/crates/uv-build-frontend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-build-frontend" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-cache-info/Cargo.toml b/crates/uv-cache-info/Cargo.toml index 60d68721d5cd6..9586ee8c0dc79 100644 --- a/crates/uv-cache-info/Cargo.toml +++ b/crates/uv-cache-info/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-cache-info" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-cache-key/Cargo.toml b/crates/uv-cache-key/Cargo.toml index 617656c454107..5c01cbc1661ce 100644 --- a/crates/uv-cache-key/Cargo.toml +++ b/crates/uv-cache-key/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-cache-key" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-cache/Cargo.toml b/crates/uv-cache/Cargo.toml index 11c2b9d4dbe11..776a638256993 100644 --- a/crates/uv-cache/Cargo.toml +++ b/crates/uv-cache/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-cache" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-cli/Cargo.toml b/crates/uv-cli/Cargo.toml index cd0e945e82fbf..0b67546eb8fbc 100644 --- a/crates/uv-cli/Cargo.toml +++ b/crates/uv-cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-cli" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-client/Cargo.toml b/crates/uv-client/Cargo.toml index 5cf787c502a27..6135caf736b56 100644 --- a/crates/uv-client/Cargo.toml +++ b/crates/uv-client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-client" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-configuration/Cargo.toml b/crates/uv-configuration/Cargo.toml index b2c3a39adbebd..2c7157a89e644 100644 --- a/crates/uv-configuration/Cargo.toml +++ b/crates/uv-configuration/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-configuration" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-console/Cargo.toml b/crates/uv-console/Cargo.toml index 14a60f52c4625..1e9d53197df0f 100644 --- a/crates/uv-console/Cargo.toml +++ b/crates/uv-console/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-console" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-dev/Cargo.toml b/crates/uv-dev/Cargo.toml index 2f407f49d7635..188833d05ede7 100644 --- a/crates/uv-dev/Cargo.toml +++ b/crates/uv-dev/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-dev" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" publish = false edition = { workspace = true } diff --git a/crates/uv-dirs/Cargo.toml b/crates/uv-dirs/Cargo.toml index 35d74110bf332..8e3bf54d06580 100644 --- a/crates/uv-dirs/Cargo.toml +++ b/crates/uv-dirs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-dirs" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-dispatch/Cargo.toml b/crates/uv-dispatch/Cargo.toml index 683cb35e4957c..cdc0f4d245db4 100644 --- a/crates/uv-dispatch/Cargo.toml +++ b/crates/uv-dispatch/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-dispatch" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-distribution-filename/Cargo.toml b/crates/uv-distribution-filename/Cargo.toml index 2eb747c11d110..7b4e234f9ccaf 100644 --- a/crates/uv-distribution-filename/Cargo.toml +++ b/crates/uv-distribution-filename/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-distribution-filename" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-distribution-types/Cargo.toml b/crates/uv-distribution-types/Cargo.toml index 7ddbfc4e8513d..18d73191799b4 100644 --- a/crates/uv-distribution-types/Cargo.toml +++ b/crates/uv-distribution-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-distribution-types" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-distribution/Cargo.toml b/crates/uv-distribution/Cargo.toml index d37c2b61038d6..021cd80217eb4 100644 --- a/crates/uv-distribution/Cargo.toml +++ b/crates/uv-distribution/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-distribution" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-extract/Cargo.toml b/crates/uv-extract/Cargo.toml index 90642de4bdd87..8011c8f8176fc 100644 --- a/crates/uv-extract/Cargo.toml +++ b/crates/uv-extract/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-extract" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-flags/Cargo.toml b/crates/uv-flags/Cargo.toml index 9f76da55d5fee..26eb36ecb5716 100644 --- a/crates/uv-flags/Cargo.toml +++ b/crates/uv-flags/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-flags" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-fs/Cargo.toml b/crates/uv-fs/Cargo.toml index f4a7a9d9e103e..8c577c2854976 100644 --- a/crates/uv-fs/Cargo.toml +++ b/crates/uv-fs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-fs" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-git-types/Cargo.toml b/crates/uv-git-types/Cargo.toml index df3903399912f..755ddf3416c4e 100644 --- a/crates/uv-git-types/Cargo.toml +++ b/crates/uv-git-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-git-types" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-git/Cargo.toml b/crates/uv-git/Cargo.toml index f492b32515f75..7e96715a373ad 100644 --- a/crates/uv-git/Cargo.toml +++ b/crates/uv-git/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-git" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-globfilter/Cargo.toml b/crates/uv-globfilter/Cargo.toml index 6afaa6903ebb0..1d435b98c4215 100644 --- a/crates/uv-globfilter/Cargo.toml +++ b/crates/uv-globfilter/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-globfilter" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" readme = "README.md" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-install-wheel/Cargo.toml b/crates/uv-install-wheel/Cargo.toml index e6b7d3ba780da..895c3fc5b7efe 100644 --- a/crates/uv-install-wheel/Cargo.toml +++ b/crates/uv-install-wheel/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-install-wheel" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" keywords = ["wheel", "python"] edition = { workspace = true } diff --git a/crates/uv-installer/Cargo.toml b/crates/uv-installer/Cargo.toml index 53bd6797987da..2702d9dd4faae 100644 --- a/crates/uv-installer/Cargo.toml +++ b/crates/uv-installer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-installer" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-keyring/Cargo.toml b/crates/uv-keyring/Cargo.toml index eb07f7db1a69f..b670eb322de09 100644 --- a/crates/uv-keyring/Cargo.toml +++ b/crates/uv-keyring/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-keyring" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-logging/Cargo.toml b/crates/uv-logging/Cargo.toml index 9246a2f6c8aaf..a824e64b8816a 100644 --- a/crates/uv-logging/Cargo.toml +++ b/crates/uv-logging/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-logging" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-macros/Cargo.toml b/crates/uv-macros/Cargo.toml index c32934296850f..2f3ef968c1216 100644 --- a/crates/uv-macros/Cargo.toml +++ b/crates/uv-macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-macros" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-metadata/Cargo.toml b/crates/uv-metadata/Cargo.toml index 4a9f3eeb7425b..7a017a108fc48 100644 --- a/crates/uv-metadata/Cargo.toml +++ b/crates/uv-metadata/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-metadata" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-normalize/Cargo.toml b/crates/uv-normalize/Cargo.toml index b45712602a08b..79e2c6d211509 100644 --- a/crates/uv-normalize/Cargo.toml +++ b/crates/uv-normalize/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-normalize" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-once-map/Cargo.toml b/crates/uv-once-map/Cargo.toml index 957b95fe62ee7..7ea749e225661 100644 --- a/crates/uv-once-map/Cargo.toml +++ b/crates/uv-once-map/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-once-map" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-options-metadata/Cargo.toml b/crates/uv-options-metadata/Cargo.toml index b8089bbbc2f61..5b20aba783d9b 100644 --- a/crates/uv-options-metadata/Cargo.toml +++ b/crates/uv-options-metadata/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-options-metadata" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-pep440/Cargo.toml b/crates/uv-pep440/Cargo.toml index 73a9e0c6e76d0..a40ad82b14fd8 100644 --- a/crates/uv-pep440/Cargo.toml +++ b/crates/uv-pep440/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-pep440" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" license = "Apache-2.0 OR BSD-2-Clause" include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"] edition = { workspace = true } diff --git a/crates/uv-pep508/Cargo.toml b/crates/uv-pep508/Cargo.toml index 6e0f555853adb..0e417c6840cdb 100644 --- a/crates/uv-pep508/Cargo.toml +++ b/crates/uv-pep508/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-pep508" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"] license = "Apache-2.0 OR BSD-2-Clause" diff --git a/crates/uv-performance-memory-allocator/Cargo.toml b/crates/uv-performance-memory-allocator/Cargo.toml index 04787fe3d238a..2df4ac78439ca 100644 --- a/crates/uv-performance-memory-allocator/Cargo.toml +++ b/crates/uv-performance-memory-allocator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-performance-memory-allocator" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-platform-tags/Cargo.toml b/crates/uv-platform-tags/Cargo.toml index 757824530892b..ac7940e203556 100644 --- a/crates/uv-platform-tags/Cargo.toml +++ b/crates/uv-platform-tags/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-platform-tags" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-platform/Cargo.toml b/crates/uv-platform/Cargo.toml index 282334275f174..321313d04bc2c 100644 --- a/crates/uv-platform/Cargo.toml +++ b/crates/uv-platform/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-platform" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-preview/Cargo.toml b/crates/uv-preview/Cargo.toml index c4baa94102f4a..e6912eccad527 100644 --- a/crates/uv-preview/Cargo.toml +++ b/crates/uv-preview/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-preview" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-publish/Cargo.toml b/crates/uv-publish/Cargo.toml index 8f2fbc11cf1fd..050de37923c17 100644 --- a/crates/uv-publish/Cargo.toml +++ b/crates/uv-publish/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-publish" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-pypi-types/Cargo.toml b/crates/uv-pypi-types/Cargo.toml index 540173d8d1ce0..0ca99aea8175f 100644 --- a/crates/uv-pypi-types/Cargo.toml +++ b/crates/uv-pypi-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-pypi-types" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-python/Cargo.toml b/crates/uv-python/Cargo.toml index 4a7f5c5cdf350..b924847875b8b 100644 --- a/crates/uv-python/Cargo.toml +++ b/crates/uv-python/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-python" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-redacted/Cargo.toml b/crates/uv-redacted/Cargo.toml index e28293947beba..4a95d5ceb0224 100644 --- a/crates/uv-redacted/Cargo.toml +++ b/crates/uv-redacted/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-redacted" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-requirements-txt/Cargo.toml b/crates/uv-requirements-txt/Cargo.toml index 10857f90ebde2..b3122d796ce89 100644 --- a/crates/uv-requirements-txt/Cargo.toml +++ b/crates/uv-requirements-txt/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-requirements-txt" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-requirements/Cargo.toml b/crates/uv-requirements/Cargo.toml index 682754d0d664e..b7b41bebf82d1 100644 --- a/crates/uv-requirements/Cargo.toml +++ b/crates/uv-requirements/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-requirements" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-resolver/Cargo.toml b/crates/uv-resolver/Cargo.toml index e6c1ab0a7b0c9..0f20955125176 100644 --- a/crates/uv-resolver/Cargo.toml +++ b/crates/uv-resolver/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-resolver" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-scripts/Cargo.toml b/crates/uv-scripts/Cargo.toml index 53c09e728edb8..582fca5f540cf 100644 --- a/crates/uv-scripts/Cargo.toml +++ b/crates/uv-scripts/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-scripts" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-settings/Cargo.toml b/crates/uv-settings/Cargo.toml index 4c4f5a6a30637..368905fe4d69b 100644 --- a/crates/uv-settings/Cargo.toml +++ b/crates/uv-settings/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-settings" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-shell/Cargo.toml b/crates/uv-shell/Cargo.toml index 9e8228180b8f2..95ef687c28809 100644 --- a/crates/uv-shell/Cargo.toml +++ b/crates/uv-shell/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-shell" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-small-str/Cargo.toml b/crates/uv-small-str/Cargo.toml index 16f83ec450d99..7734950de7e1a 100644 --- a/crates/uv-small-str/Cargo.toml +++ b/crates/uv-small-str/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-small-str" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-state/Cargo.toml b/crates/uv-state/Cargo.toml index beed7ea24f2dd..7d2d500496e70 100644 --- a/crates/uv-state/Cargo.toml +++ b/crates/uv-state/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-state" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-static/Cargo.toml b/crates/uv-static/Cargo.toml index 9d9a612e62f35..ba28dfe1fba45 100644 --- a/crates/uv-static/Cargo.toml +++ b/crates/uv-static/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-static" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-tool/Cargo.toml b/crates/uv-tool/Cargo.toml index 88144dc32b58c..4bc33883cf4db 100644 --- a/crates/uv-tool/Cargo.toml +++ b/crates/uv-tool/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-tool" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-torch/Cargo.toml b/crates/uv-torch/Cargo.toml index 937d1ecc3c50d..ce1f6da95b9e0 100644 --- a/crates/uv-torch/Cargo.toml +++ b/crates/uv-torch/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-torch" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-trampoline-builder/Cargo.toml b/crates/uv-trampoline-builder/Cargo.toml index 9be74afdd83e4..c67c3f33816f3 100644 --- a/crates/uv-trampoline-builder/Cargo.toml +++ b/crates/uv-trampoline-builder/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-trampoline-builder" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-types/Cargo.toml b/crates/uv-types/Cargo.toml index 4b4bd732614cd..0aa9c12e9420f 100644 --- a/crates/uv-types/Cargo.toml +++ b/crates/uv-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-types" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-version/Cargo.toml b/crates/uv-version/Cargo.toml index 836182761e03c..77cc2599c7523 100644 --- a/crates/uv-version/Cargo.toml +++ b/crates/uv-version/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-version" version = "0.9.11" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-virtualenv/Cargo.toml b/crates/uv-virtualenv/Cargo.toml index 251aaa567025c..e3cc4f62759bc 100644 --- a/crates/uv-virtualenv/Cargo.toml +++ b/crates/uv-virtualenv/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-virtualenv" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" keywords = ["virtualenv", "venv", "python"] edition = { workspace = true } diff --git a/crates/uv-warnings/Cargo.toml b/crates/uv-warnings/Cargo.toml index 59ca6fc8e9861..864ad5daf5197 100644 --- a/crates/uv-warnings/Cargo.toml +++ b/crates/uv-warnings/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-warnings" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-workspace/Cargo.toml b/crates/uv-workspace/Cargo.toml index b6c51807c1abe..b2ec236468eef 100644 --- a/crates/uv-workspace/Cargo.toml +++ b/crates/uv-workspace/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uv-workspace" version = "0.0.1" -description = "This is a component crate of uv" +description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true }