Skip to content

Commit a8f3b97

Browse files
committed
Add description.
1 parent 91805e8 commit a8f3b97

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/usr/bin/env python
22
from setuptools import setup
33

4-
setup(use_scm_version=True, setup_requires=["setuptools_scm"])
4+
setup(
5+
use_scm_version=True,
6+
setup_requires=["setuptools_scm"],
7+
description="A lightweight convenience wrapper for using CF attributes on xarray objects. ",
8+
)

0 commit comments

Comments
 (0)