Skip to content

Commit c369967

Browse files
authored
Merge pull request #4 from melonora/update
change project name
2 parents 33c512f + d9b0213 commit c369967

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "xarray-dataclasses"
6+
name = "xarray-dataclass"
77
dynamic = ["version"]
88
description = "xarray data creation by data classes"
99
authors = [
@@ -85,7 +85,7 @@ reportUnknownVariableType = "warning"
8585
typeCheckingMode = "strict"
8686

8787
[tool.pixi.pypi-dependencies]
88-
xarray-dataclasses = { path = ".", editable = true }
88+
xarray-dataclass = { path = ".", editable = true }
8989

9090
[tool.pixi.dependencies]
9191
# Allows to specify the pixi conda executable to be able to set the python interpreter.

0 commit comments

Comments
 (0)