Skip to content

Commit 3956864

Browse files
authored
single source for metadata (#275)
1 parent 7bdb033 commit 3956864

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[metadata]
22
name = cf_xarray
33
license = Apache
4-
url = https://github.com/xarray-contrib/cf-xarray
4+
url = https://cf-xarray.readthedocs.io
5+
description = A lightweight convenience wrapper for using CF attributes on xarray objects
56

67
[options]
78
packages = cf_xarray

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@
1010
"write_to_template": '__version__ = "{version}"',
1111
"tag_regex": r"^(?P<prefix>v)?(?P<version>[^\+]+)(?P<suffix>.*)?$",
1212
},
13-
description="A lightweight convenience wrapper for using CF attributes on xarray objects. ",
14-
url="https://cf-xarray.readthedocs.io",
1513
)

0 commit comments

Comments
 (0)