Skip to content

Commit

Permalink
Dash to underscore compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
melissa-kun-li committed Mar 3, 2021
1 parent 9c2b717 commit 1af7000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ def _parse_config_files(self, filenames=None): # noqa: C901
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',
Expand Down

0 comments on commit 1af7000

Please sign in to comment.