diff --git a/Cargo.toml b/Cargo.toml index 2b607fedea..fa5e8fc56b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ version = "0.9.0" edition = "2021" description = "Low-level bindings to NIXL - NVIDIA Inference Xfer Library" authors = ["NIXL Developers "] -license = "Apache-2.0" +license = "MIT AND Apache-2.0" homepage = "https://github.com/ai-dynamo/nixl" repository = "https://github.com/ai-dynamo/nixl.git" keywords = ["gpu", "inference", "distributed", "networking", "nvidia"] diff --git a/pyproject.toml b/pyproject.toml index 12dbc25a57..08b3cc516c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ name = "nixl-cu12" version = "0.9.0" description = "NIXL Python API" readme = "README.md" -license = "Apache-2.0" +license = "MIT AND Apache-2.0" license-files = ["LICENSE"] requires-python = ">=3.10" authors = [ diff --git a/src/bindings/python/nixl-meta/pyproject.toml.in b/src/bindings/python/nixl-meta/pyproject.toml.in index a91d7ee513..d788f8a7b6 100644 --- a/src/bindings/python/nixl-meta/pyproject.toml.in +++ b/src/bindings/python/nixl-meta/pyproject.toml.in @@ -22,7 +22,7 @@ name = "nixl" version = "@VERSION@" description = "NIXL Python API meta package for CUDA variants" readme = "README.md" -license = "Apache-2.0" +license = "MIT AND Apache-2.0" license-files = ["LICENSE"] requires-python = ">=3.10" authors = [