]> git.arvados.org - arvados.git/commit
20311/23090: Set Python package license based on filename 20311-python-license
authorBrett Smith <brett.smith@curii.com>
Tue, 12 Aug 2025 02:30:47 +0000 (22:30 -0400)
committerBrett Smith <brett.smith@curii.com>
Tue, 12 Aug 2025 13:59:01 +0000 (09:59 -0400)
commit1b7ea61dcae6d9df20da5bcd6b9ba8cb07499575
tree129ff914c20891f81dbd870986c7794479eca441
parentc9b5498be5a11320aa7be1fffce7d9b4ae931e72
20311/23090: Set Python package license based on filename

The License metadata we were using previously is deprecated in favor of
License-Expression. However, the latest version of setuptools that
supports Python 3.8 doesn't set that. Use the license filename to set a
human-friendly license name.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
build/run-library.sh