mirror of https://github.com/astral-sh/uv
Include LICENSE files in source distribution (#2855)
## Summary Closes https://github.com/astral-sh/uv/issues/2724. ## Test Plan Ran `maturin sdist`: 
This commit is contained in:
parent
fee9657548
commit
a3de0e8bc6
|
|
@ -41,7 +41,7 @@ manifest-path = "crates/uv/Cargo.toml"
|
|||
module-name = "uv"
|
||||
python-source = "python"
|
||||
strip = true
|
||||
include = ["rust-toolchain.toml"]
|
||||
include = [{ path = "rust-toolchain.toml", format = ["sdist", "wheel"] }, { path = "LICENSE-APACHE", format = "sdist" }, { path = "LICENSE-MIT", format = "sdist" }]
|
||||
|
||||
[tool.rooster]
|
||||
major_labels = [] # We do not use the major version number
|
||||
|
|
|
|||
Loading…
Reference in New Issue