Skip to content

Commit

Permalink
update pyproject.toml to latest standards
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Dec 21, 2024
1 parent 0e2c103 commit d00aaf9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit d00aaf9

Please sign in to comment.