diff options
| author | Melissa Li <li.melissa.kun@gmail.com> | 2021-03-03 17:02:45 -0500 |
|---|---|---|
| committer | Melissa Li <li.melissa.kun@gmail.com> | 2021-03-03 17:02:45 -0500 |
| commit | 1af7000887487cfe1aa4d127a15e7802656f1e8a (patch) | |
| tree | 6902e7ff18388be30316fc4560737165788caa0a /setuptools/dist.py | |
| parent | 9c2b717818046a0d8679b4a97c63db2dc1e32d54 (diff) | |
| download | python-setuptools-git-1af7000887487cfe1aa4d127a15e7802656f1e8a.tar.gz | |
Dash to underscore compatibility
Diffstat (limited to 'setuptools/dist.py')
| -rw-r--r-- | setuptools/dist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/dist.py b/setuptools/dist.py index 40440a40..c074468b 100644 --- a/setuptools/dist.py +++ b/setuptools/dist.py @@ -622,7 +622,7 @@ class Distribution(_Distribution): setattr(self, alias or opt, val) except ValueError as e: raise DistutilsOptionError(e) from e - + def dash_to_underscore_warning(self, opt, section): if section in ( 'options.extras_require', 'options.data_files', |
