Skip to content

Commit 21bba92

Browse files
committed
update setup.py
1 parent cc5792e commit 21bba92

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
import setuptools
33

44
here = os.path.abspath(os.path.dirname(__file__))
5-
DESCRIPTION = "A args parse package with '-', '--', ',' '|', '{', '}', '[', ']', '=' and character patterns."
5+
DESCRIPTION = "A simple and easy-to-use CLI parse tool package. " \
6+
"You can use '-', '--', ',', '|', '{', '}', '[', ']', '=' and character " \
7+
"to define your CLI API."
68

79
try:
810
with open(os.path.join(here, "README.md"), "r") as fh:

0 commit comments

Comments
 (0)