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 5
5
[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/sphinx-argparse-cli?style=flat-square )] ( https://pypi.org/project/sphinx-argparse-cli )
6
6
[ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/sphinx-argparse-cli?style=flat-square )] ( https://pypistats.org/packages/sphinx-argparse-cli )
7
7
[ ![ 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 )
11
9
12
10
Render CLI arguments (sub-commands friendly) defined by the argparse module. For live demo checkout the documentation of
13
11
[ 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
3
3
description = render CLI arguments (sub-commands friendly) defined by argparse module
4
4
long_description = file: README.md
5
5
long_description_content_type = text/markdown
6
- url = https://github.com/gaborbernat /sphinx-argparse-cli
6
+ url = https://github.com/tox-dev /sphinx-argparse-cli
7
7
author = Bernat Gabor
8
8
9
9
maintainer = Bernat Gabor
@@ -30,9 +30,9 @@ classifiers =
30
30
Topic :: Documentation :: Sphinx
31
31
keywords = sphinx, argparse
32
32
project_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
36
36
37
37
[options]
38
38
packages = find:
You can’t perform that action at this time.
0 commit comments