Skip to content

Commit

Permalink
include fix to pyproject.toml for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Oct 24, 2023
1 parent b34b395 commit 87d1a3b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ dependencies = [
]
dynamic = ["version"]

[project.optional-dependencies]
tests = [
"Cython",
"packaging",
"pytest",
]


[project.readme]
text = """\
netCDF version 4 has many features not found in earlier versions of the library,
Expand Down

0 comments on commit 87d1a3b

Please sign in to comment.