/opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/config
NameSizeModeActions
_validate_pyproject/-0755rm
__pycache__/-0755rm
distutils.schema.json9720644editdlrm
expand.py160640644editdlrm
NOTICE4930644editdlrm
pyprojecttoml.py183200644editdlrm
setupcfg.py266950644editdlrm
setuptools.schema.json160710644editdlrm
_apply_pyprojecttoml.py191200644editdlrm
__init__.py14990644editdlrm
Edit: /opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/config/distutils.schema.json (972B)
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html", "title": "``tool.distutils`` table", "$$description": [ "**EXPERIMENTAL** (NOT OFFICIALLY SUPPORTED): Use ``tool.distutils``", "subtables to configure arguments for ``distutils`` commands.", "Originally, ``distutils`` allowed developers to configure arguments for", "``setup.py`` commands via `distutils configuration files", "`_.", "See also `the old Python docs _`." ], "type": "object", "properties": { "global": { "type": "object", "description": "Global options applied to all ``distutils`` commands" } }, "patternProperties": { ".+": {"type": "object"} }, "$comment": "TODO: Is there a practical way of making this schema more specific?" }