We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5792e commit 21bba92Copy full SHA for 21bba92
1 file changed
setup.py
@@ -2,7 +2,9 @@
2
import setuptools
3
4
here = os.path.abspath(os.path.dirname(__file__))
5
-DESCRIPTION = "A args parse package with '-', '--', ',' '|', '{', '}', '[', ']', '=' and character patterns."
+DESCRIPTION = "A simple and easy-to-use CLI parse tool package. " \
6
+ "You can use '-', '--', ',', '|', '{', '}', '[', ']', '=' and character " \
7
+ "to define your CLI API."
8
9
try:
10
with open(os.path.join(here, "README.md"), "r") as fh:
0 commit comments