pypa / readme_renderer

Safely render long_description/README files in Warehouse
Apache License 2.0
158 stars 88 forks source link

chore: remove legacy check command and distutils #233

Closed miketheman closed 2 years ago

miketheman commented 2 years ago

The check command was ported to twine check in 2018. Refs: #122

Python 3.10 and 3.11 have marked distutils as deprecated. Refs: https://peps.python.org/pep-0632/#specification

Signed-off-by: Mike Fiedler miketheman@gmail.com

miketheman commented 2 years ago

Uncovered during work on #231 and would simplify that implementation once this is removed.

di commented 2 years ago

Thanks!