From d00aaf9022d58136483ea6d163d53ab824720bb8 Mon Sep 17 00:00:00 2001 From: Philip Top Date: Sat, 21 Dec 2024 04:52:50 -0800 Subject: [PATCH] update pyproject.toml to latest standards --- pyproject.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50ad8af4..5465f761 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,9 @@ build-backend = "scikit_build_core.build" name = "units_llnl" version = "0.10.0" description = "Python bindings for the llnl units library" -readme = "./README.md" +readme = "README.md" requires-python = ">=3.10" -license = "BSD-3-Clause" +license = {text="BSD-3-Clause"} license-files = [ "LICENSE", "NOTICE" @@ -23,7 +23,10 @@ classifiers = [ [project.urls] Homepage = "https://github.com/llnl/units" - +Documentation = "https://units.readthedocs.io/en/latest/" +Repository = "https://github.com/llnl/units" +Issues = "https://github.com/LLNL/units/issues" +Changelog = "https://github.com/LLNL/units/blob/main/CHANGELOG.md" [tool.scikit-build] # Protect the configuration against future changes in scikit-build-core