Skip to content

Commit

Permalink
pyproject.toml: specify static package version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Jun 24, 2024
1 parent ded6cc7 commit 772651f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ requires-python = ">=3.10"
readme = { file = "README.rst", content-type = "text/x-rst" }
license = { file = "LICENSE.rst", content-type = "text/plain" }
authors = [
{ name = "CCA Software Group", email = "[email protected]" },
{ name = "Jeff Jennings", email = "[email protected]" },
]
dependencies = ["numpy>=1.24"]
- static = ["version"]

[project.optional-dependencies]
test = [
Expand Down

0 comments on commit 772651f

Please sign in to comment.