Skip to content

Commit

Permalink
add data
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed May 1, 2024
1 parent 481e06e commit 0430c23
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
strategy:
matrix:
platform: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

name: Short tests Python ${{ matrix.python-version }} ${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
Expand Down
14 changes: 13 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,16 @@ climetlab = "climetlab.scripts:main"
version_file = "src/climetlab/_version.py"

[tool.setuptools.package-data]
# "anemoi.datasets.data" = ["*.css"]

"climetlab.config" = ["*.yaml"]
"climetlab.data.dask" = ["*.yaml"]
"climetlab.data.domains" = ["*.yaml"]
"climetlab.data.layers" = ["*.yaml"]
"climetlab.data.projections" = ["*.yaml"]
"climetlab.data.styles" = ["*.yaml"]
"climetlab.datasets" = ["*.yaml"]
"climetlab.datasets.meteonet_samples" = ["*.yaml"]
"climetlab.datasets.meteonet_samples.styles" = ["*.yaml"]
"climetlab.plotting.backends.magics" = ["*.yaml"]
"climetlab.data.css" = ["*.css"]
"climetlab.sources"= ["*.grib"]

0 comments on commit 0430c23

Please sign in to comment.