diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-30 19:41:38 +0100 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-30 19:41:38 +0100 |
| commit | 0a5e992ea63b123982df60fdaec5bd2dce5e3248 (patch) | |
| tree | f87e8706f2ff5aad33e00423c8f2d682d227eb3e /setuptools/extern | |
| parent | cc55da0c4afbd128cf58d1cd4862e30bfceba56d (diff) | |
| download | python-setuptools-git-0a5e992ea63b123982df60fdaec5bd2dce5e3248.tar.gz | |
Move _validate_pyproject to config
Diffstat (limited to 'setuptools/extern')
| -rw-r--r-- | setuptools/extern/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/setuptools/extern/__init__.py b/setuptools/extern/__init__.py index f09b7faa..192e55f6 100644 --- a/setuptools/extern/__init__.py +++ b/setuptools/extern/__init__.py @@ -71,7 +71,6 @@ class VendorImporter: names = ( 'packaging', 'pyparsing', 'ordered_set', 'more_itertools', 'importlib_metadata', - 'zipp', 'importlib_resources', 'jaraco', 'typing_extensions', 'nspektr', - 'tomli', '_validate_pyproject', + 'zipp', 'importlib_resources', 'jaraco', 'typing_extensions', 'nspektr', 'tomli', ) VendorImporter(__name__, names, 'setuptools._vendor').install() |
