Skip to content

Commit

Permalink
wip(cmip7): DataRequestVariable can be initialized from shipped JSON …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
pgierz committed Dec 9, 2024
1 parent 0c0187f commit f3aaae8
Show file tree
Hide file tree
Showing 8 changed files with 16,446 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ exclude: |
(
^versioneer\.py$| # Exclude 'versioneer.py'
^src/pymorize/webapp\.py$| # Exclude 'src/pymorize/webapp.py'
_version\.py # Exclude '_version.py'
_version\.py| # Exclude '_version.py'
^src/pymorize/data/cmip7/ # Exclude 'src/pymorize/data/cmip7/'
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def read(filename):
},
include_package_data=True,
package_data={
"pymorize": ["data/*.yaml"],
"pymorize": ["data/*.yaml", "data/cmip7/all_var_info.json"],
},
classifiers=[
"Development Status :: 2 - Pre-Alpha",
Expand Down
Empty file.
Loading

0 comments on commit f3aaae8

Please sign in to comment.