Skip to content

Commit 0db1144

Browse files
committed
#225 Update project description
1 parent 7f88f75 commit 0db1144

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cff-version: 1.2.0
22
message: "If you use this software, please cite it as below."
33

44
title: "xarray-dataclasses"
5-
abstract: "xarray data creation made easy by dataclass"
5+
abstract: "xarray data creation by data classes"
66
version: 1.8.0
77
date-released: 2024-06-13
88
license: "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.4624819-cornflowerblue?style=flat-square)](https://doi.org/10.5281/zenodo.4624819)
77
[![Tests](https://img.shields.io/github/actions/workflow/status/astropenguin/xarray-dataclasses/tests.yml?label=Tests&style=flat-square)](https://github.com/astropenguin/xarray-dataclasses/actions)
88

9-
xarray data creation made easy by dataclass
9+
xarray data creation by data classes
1010

1111
## Overview
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "xarray-dataclasses"
33
version = "1.8.0"
4-
description = "xarray data creation made easy by dataclass"
4+
description = "xarray data creation by data classes"
55
authors = ["Akio Taniguchi <[email protected]>"]
66
keywords = ["xarray", "dataclass", "dataarray", "dataset", "typing"]
77
license = "MIT"

0 commit comments

Comments
 (0)