From 1d169a4b44476e98746e0662a02e898bc625335a Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:05:09 -0400 Subject: [PATCH] Fix license name in libucxx wheel (#292) --- python/libucxx/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/libucxx/pyproject.toml b/python/libucxx/pyproject.toml index b880fd26..15adfef0 100644 --- a/python/libucxx/pyproject.toml +++ b/python/libucxx/pyproject.toml @@ -16,7 +16,7 @@ readme = { file = "README.md", content-type = "text/markdown" } authors = [ { name = "NVIDIA Corporation" }, ] -license = { text = "Apache 2.0" } +license = { text = "BSD-3-Clause" } classifiers = [ "Intended Audience :: Developers", "Intended Audience :: System Administrators", @@ -64,4 +64,4 @@ requires = [ "librmm==24.10.*,>=0.0.0a0", "libucx==1.15.0", "ninja", -] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. \ No newline at end of file +] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.