diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-29 16:41:58 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-29 16:41:58 -0500 |
| commit | 650ff7f37915bdbcc50585c87c6eeb5626cb7595 (patch) | |
| tree | e6641a762c718ccf8f95dcb01ee3eac8d1d38926 /setuptools/dist.py | |
| parent | 9b7111a9a62b2c59bca43d1f9c2e0600f7feba33 (diff) | |
| download | python-setuptools-git-650ff7f37915bdbcc50585c87c6eeb5626cb7595.tar.gz | |
Remove hook in run_commands; a different hook point may be better.
Diffstat (limited to 'setuptools/dist.py')
| -rw-r--r-- | setuptools/dist.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/setuptools/dist.py b/setuptools/dist.py index c2d711a4..d1d37cf6 100644 --- a/setuptools/dist.py +++ b/setuptools/dist.py @@ -484,10 +484,6 @@ class Distribution(_Distribution): "Required package metadata is missing: please supply the %s." % message ) - def run_commands(self): - self._validate_metadata() - super().run_commands() - def _set_metadata_defaults(self, attrs): """ Fill-in missing metadata fields not supported by distutils. |
