From d4c92a645588a864ef2784b3f003cf407c65b88d Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 11 Feb 2025 12:47:34 -0600 Subject: [PATCH] Use SPDX license identifier in pyproject.toml --- python/cuproj/pyproject.toml | 2 +- python/cuspatial/pyproject.toml | 2 +- python/libcuspatial/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/cuproj/pyproject.toml b/python/cuproj/pyproject.toml index 8ed1bf620..823383068 100644 --- a/python/cuproj/pyproject.toml +++ b/python/cuproj/pyproject.toml @@ -25,7 +25,7 @@ dynamic = ["version"] description = "cuProj: GPU-Accelerated Coordinate Projection" readme = { file = "README.md", content-type = "text/markdown" } authors = [{ name = "NVIDIA Corporation" }] -license = { text = "Apache 2.0" } +license = "Apache-2.0" requires-python = ">=3.10" dependencies = [ "cupy-cuda11x>=12.0.0", diff --git a/python/cuspatial/pyproject.toml b/python/cuspatial/pyproject.toml index 1451490de..8b6c69702 100644 --- a/python/cuspatial/pyproject.toml +++ b/python/cuspatial/pyproject.toml @@ -27,7 +27,7 @@ readme = { file = "README.md", content-type = "text/markdown" } authors = [ { name = "NVIDIA Corporation" }, ] -license = { text = "Apache 2.0" } +license = "Apache-2.0" requires-python = ">=3.10" dependencies = [ "cudf==25.4.*,>=0.0.0a0", diff --git a/python/libcuspatial/pyproject.toml b/python/libcuspatial/pyproject.toml index ec2c31f09..94d8ef3d1 100644 --- a/python/libcuspatial/pyproject.toml +++ b/python/libcuspatial/pyproject.toml @@ -27,7 +27,7 @@ readme = { file = "README.md", content-type = "text/markdown" } authors = [ { name = "NVIDIA Corporation" }, ] -license = { text = "Apache 2.0" } +license = "Apache-2.0" requires-python = ">=3.10" classifiers = [ "Intended Audience :: Developers",