When installing green in Python 3.10 with setuptools-62.4.0, I am getting the following error:
UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
It looks like dashes were deprecated in version 54.1.0 of setuptools.
Coverage remained the same at 100.0% when pulling c9bdae7ed2f20d4c275cb2eb3a59c613de350633 on broadinstitute:setup into ff84cf8c7352583fea821668bcc9f66ab5d43a05 on CleanCut:main.
When installing
green
in Python 3.10 withsetuptools-62.4.0
, I am getting the following error:It looks like dashes were deprecated in version 54.1.0 of
setuptools
.