blob: 3e672148c0b6a6ae11f04884347b81792cb9a653 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SUMMARY = "A sphinx extension that automatically documents argparse commands and options"
HOMEPAGE = "https://sphinx-argparse.readthedocs.io/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5c1cd8f13774629fee215681e66a1056"
SRC_URI[sha256sum] = "d072bb67dd52b294375f0eedc203cb8e50d0329910dbceb6764e9386bff94e9d"
PYPI_PACKAGE = "sphinx_argparse"
inherit pypi python_flit_core
BBCLASSEXTEND = "native nativesdk"
|