Skip to content

Commit 8512f75

Browse files
committed
Fix URLs during migration to tox-dev
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 32ccb6b commit 8512f75

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
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

1210
Render 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),

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = sphinx_argparse_cli
33
description = render CLI arguments (sub-commands friendly) defined by argparse module
44
long_description = file: README.md
55
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
77
author = Bernat Gabor
88
author_email = [email protected]
99
maintainer = Bernat Gabor
@@ -30,9 +30,9 @@ classifiers =
3030
Topic :: Documentation :: Sphinx
3131
keywords = sphinx, argparse
3232
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
3636

3737
[options]
3838
packages = find:

0 commit comments

Comments
 (0)