11[build-system ]
22build-backend = " hatchling.build"
3- requires = [" hatchling>=1.12" , " hatch-vcs>=0.3" ]
3+ requires = [
4+ " hatch-vcs>=0.3" ,
5+ " hatchling>=1.12.2" ,
6+ ]
47
58[project ]
69name = " sphinx_argparse_cli"
710description = " render CLI arguments (sub-commands friendly) defined by argparse module"
811readme = " README.md"
12+ keywords = [
13+ " argparse" ,
14+ " sphinx" ,
15+ ]
916license = " MIT"
1017maintainers = [{
name =
" Bernat Gabor" ,
email =
" [email protected] " }]
11- urls.Documentation = " https://github.com/tox-dev/sphinx-argparse-cli#sphinx-argparse-cli"
12- urls.Homepage = " https://github.com/tox-dev/sphinx-argparse-cli"
13- urls.Source = " https://github.com/tox-dev/sphinx-argparse-cli"
14- urls.Tracker = " https://github.com/tox-dev/sphinx-argparse-cli/issues"
18+ requires-python = " >=3.7"
1519classifiers = [
1620 " Development Status :: 5 - Production/Stable" ,
1721 " Environment :: Console" ,
@@ -26,11 +30,21 @@ classifiers = [
2630 " Topic :: Documentation" ,
2731 " Topic :: Documentation :: Sphinx" ,
2832]
29- keywords = [" sphinx" , " argparse" ]
30- requires-python = " >=3.7"
31- dependencies = [" sphinx>=5.3,!=6.1" ]
32- optional-dependencies.test = [" covdefaults>=2.2.2" , " pytest>=7.2" , " pytest-cov>=4" ]
33- dynamic = [" version" ]
33+ dynamic = [
34+ " version" ,
35+ ]
36+ dependencies = [
37+ " sphinx!=6.1,>=5.3" ,
38+ ]
39+ optional-dependencies.test = [
40+ " covdefaults>=2.2.2" ,
41+ " pytest>=7.2.1" ,
42+ " pytest-cov>=4" ,
43+ ]
44+ urls.Documentation = " https://github.com/tox-dev/sphinx-argparse-cli#sphinx-argparse-cli"
45+ urls.Homepage = " https://github.com/tox-dev/sphinx-argparse-cli"
46+ urls.Source = " https://github.com/tox-dev/sphinx-argparse-cli"
47+ urls.Tracker = " https://github.com/tox-dev/sphinx-argparse-cli/issues"
3448
3549[tool .hatch ]
3650build.hooks.vcs.version-file = " src/sphinx_argparse_cli/version.py"
0 commit comments