Searched full:setupcfg (Results 1 – 12 of 12) sorted by relevance
2 ``setuptools.config.setupcfg``10 from . import setupcfg24 For the time being, you can use the `{setupcfg.__name__}` module34 read_configuration = _deprecation_notice(setupcfg.read_configuration)35 parse_configuration = _deprecation_notice(setupcfg.parse_configuration)
367 setupcfg = """372 (tmp_path / "setup.cfg").write_text(DALS(setupcfg))529 setupcfg = ConfigParser()530 setupcfg.add_section("options")533 setupcfg.add_section(f"options.{key}")534 setupcfg[f"options.{key}"].update(value)536 setupcfg["options"][key] = ", ".join(value)539 setupcfg["options"][key] = "\n" + str_value541 setupcfg["options"][key] = str(value)543 setupcfg.write(f)
64 '--setupcfg-common-file',70 '--setupcfg-version-append-git-sha',75 '--setupcfg-version-append-date',80 '--setupcfg-override-name', help='Override metadata.name in setup.cfg'83 '--setupcfg-override-version',99 '--setupcfg-extra-files-in-package-data',
361 "--setupcfg-common-file",366 args += [ "--setupcfg-version-append-git-sha" ]369 args += [ "--setupcfg-version-append-date" ]373 "--setupcfg-override-name",379 "--setupcfg-override-version",388 args += [ "--setupcfg-extra-files-in-package-data" ]
15 from setuptools.config import setupcfg, pyprojecttoml39 dist_cfg = setupcfg.apply_configuration(makedist(tmp_path), setupcfg_example)
11 from setuptools.config.setupcfg import ConfigHandler, read_configuration
distutils-precedence.pth _distutils_hack/__init__.py _distutils_hack/override.py pkg_resources/__init__. ...
43 from setuptools.config import setupcfg, pyprojecttoml832 setupcfg.parse_configuration(
467 setuptools.config.setupcfg: setuptools
468 setuptools.config.setupcfg: setuptools
419 setuptools/config/setupcfg.py
50 import a direct replacement from ``setuptools.config.setupcfg``, however this