File: pyproject.toml

package info (click to toggle)
argparse-manpage 4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 568 kB
  • sloc: python: 2,772; makefile: 47; sh: 18
file content (12 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[build-system]
requires = [
    "setuptools",
    "tomli; python_version >= '3' and python_version < '3.11'",
    "toml; python_version < '3'",
    "packaging",
]

[tool.build_manpages]
manpages = [
    "some-file.1:pyfile=some-file:function=get_parser",
]