Skip to content

Commit 0bc7b76

Browse files
committed
Use short markdown description file for pypi page
1 parent d5a03f9 commit 0bc7b76

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/README.pypi.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
docopt.sh
2+
=========
3+
4+
A [docopt](http://docopt.org/) argument parser for bash 3.2, 4+, and 5+ with no
5+
external dependencies.
6+
7+
The full documentation is available on [GitHub](https://github.com/andsens/docopt.sh#docoptsh).

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module = "docopt_sh"
88
author = "Anders Ingemann"
99
author-email = "[email protected]"
1010
home-page = "https://github.com/andsens/docopt.sh"
11-
description-file = "README.adoc"
11+
description-file = "docs/README.pypi.md"
1212
classifiers = [
1313
"Topic :: Utilities",
1414
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)