File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 55[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/sphinx-argparse-cli?style=flat-square )] ( https://pypi.org/project/sphinx-argparse-cli )
66[ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/sphinx-argparse-cli?style=flat-square )] ( https://pypistats.org/packages/sphinx-argparse-cli )
77[ ![ PyPI - License] ( https://img.shields.io/pypi/l/sphinx-argparse-cli?style=flat-square )] ( https://opensource.org/licenses/MIT )
8- ![ check] ( https://github.com/gaborbernat/sphinx-argparse-cli/workflows/check/badge.svg?branch=main )
9- [ ![ Code style:
10- black] ( https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square )] ( https://github.com/psf/black )
8+ ![ check] ( https://github.com/tox-dev/sphinx-argparse-cli/workflows/check/badge.svg?branch=main )
119
1210Render CLI arguments (sub-commands friendly) defined by the argparse module. For live demo checkout the documentation of
1311[ tox] ( https://tox.readthedocs.io/en/rewrite/cli_interface.html ) ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = sphinx_argparse_cli
33description = render CLI arguments (sub-commands friendly) defined by argparse module
44long_description = file: README.md
55long_description_content_type = text/markdown
6- url = https://github.com/gaborbernat /sphinx-argparse-cli
6+ url = https://github.com/tox-dev /sphinx-argparse-cli
77author = Bernat Gabor
8899maintainer = Bernat Gabor
@@ -30,9 +30,9 @@ classifiers =
3030 Topic :: Documentation :: Sphinx
3131keywords = sphinx, argparse
3232project_urls =
33- Source =https://github.com/gaborbernat /sphinx-argparse-cli
34- Tracker =https://github.com/gaborbernat /sphinx-argparse-cli/issues
35- Documentation =https://github.com/gaborbernat /sphinx-argparse-cli/blob/main/README.md
33+ Source =https://github.com/tox-dev /sphinx-argparse-cli
34+ Tracker =https://github.com/tox-dev /sphinx-argparse-cli/issues
35+ Documentation =https://github.com/tox-dev /sphinx-argparse-cli/blob/main/README.md
3636
3737[options]
3838packages = find:
You can’t perform that action at this time.
0 commit comments