Skip to content

Commit

Permalink
Add keywords to pyproject.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
c-randall committed Nov 4, 2024
1 parent 262a512 commit 9862dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+b[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+rc[0-9]+'

env:
PACKAGE_NAME: '<PACKAGE_NAME>'

jobs:
details:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dynamic = ["version"]
requires-python = ">=3.9,<3.14"
license = { file = "LICENSE" }
description = "SUNDIALS bindings to differential aglebraic equation solvers."
keywords = ["sundials", "dae", "ode", "integrator", "ivp"]
authors = [
{ name = "Corey R. Randall" },
{ email = "corey.randall@nrel.gov" },
Expand Down

0 comments on commit 9862dc4

Please sign in to comment.