Skip to content

Commit

Permalink
fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Jul 26, 2024
1 parent de50751 commit c505f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "py-cordex"
name = "pyremo"
description = "Data analytics, processing and plotting for regional climate model REMO."
readme = "README.rst"
requires-python = ">=3.9"
Expand Down Expand Up @@ -46,7 +46,7 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["cordex"]
packages = ["pyremo"]

[tool.setuptools_scm]
fallback_version = "999"
Expand Down

0 comments on commit c505f43

Please sign in to comment.