Skip to content

Commit

Permalink
Clean up pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricEngle-NOAA committed Jul 1, 2024
1 parent 3885d5e commit 6eb806e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ keywords = [
readme = "README.md"
license = {text = "MIT"}
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
Expand All @@ -31,9 +31,10 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Intended Audience :: Science/Research",
"License :: OSI Approved",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Libraries :: Python Modules",
"Operating System :: POSIX",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS",
]
dependencies = [
Expand All @@ -44,7 +45,7 @@ dynamic = ["version"]

[project.optional-dependencies]
interp = ["grib2io-interp >= 1.0.0"]
xarray = ["xarray <= 2024.1.0"]
xarray = ["xarray"]

[project.entry-points."xarray.backends"]
grib2io = "grib2io.xarray_backend:GribBackendEntrypoint"
Expand Down

0 comments on commit 6eb806e

Please sign in to comment.