Skip to content

Commit

Permalink
fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jul 4, 2024
1 parent 6a10ba8 commit 2e50abe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ markers = [
]

[tool.setuptools.dynamic]
description = {file = "climpred/__init__.py"}
description = {file = "src/climpred/__init__.py"}

[tool.setuptools_scm]
fallback_version = "999"
Expand Down
3 changes: 2 additions & 1 deletion src/climpred/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# flake8: noqa
"""Verification of weather and climate forecasts and prediction."""

# flake8: noqa
from importlib.metadata import PackageNotFoundError, version as _get_version

from . import (
Expand Down

0 comments on commit 2e50abe

Please sign in to comment.