CleanCut / green

Green is a clean, colorful, fast python test runner.
MIT License
793 stars 75 forks source link

Fix UserWarning in setup.cfg #260

Closed coreone closed 2 years ago

coreone commented 2 years ago

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.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c9bdae7ed2f20d4c275cb2eb3a59c613de350633 on broadinstitute:setup into ff84cf8c7352583fea821668bcc9f66ab5d43a05 on CleanCut:main.