We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdb033 commit 3956864Copy full SHA for 3956864
setup.cfg
@@ -1,7 +1,8 @@
1
[metadata]
2
name = cf_xarray
3
license = Apache
4
-url = https://github.com/xarray-contrib/cf-xarray
+url = https://cf-xarray.readthedocs.io
5
+description = A lightweight convenience wrapper for using CF attributes on xarray objects
6
7
[options]
8
packages = cf_xarray
setup.py
@@ -10,6 +10,4 @@
10
"write_to_template": '__version__ = "{version}"',
11
"tag_regex": r"^(?P<prefix>v)?(?P<version>[^\+]+)(?P<suffix>.*)?$",
12
},
13
- description="A lightweight convenience wrapper for using CF attributes on xarray objects. ",
14
- url="https://cf-xarray.readthedocs.io",
15
)
0 commit comments