pypa / readme_renderer

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

Recommend using `twine check` instead #122

Closed di closed 5 years ago

di commented 5 years ago

This PR updates the README for this repo to recommend using the new twine check command instead of setup.py check -r -s.

It also adds a deprecation notice for the old command.

This should be merged once the new version of Twine is released.

ionelmc commented 5 years ago

Why exactly is this deprecated?

merwok commented 5 years ago

Probably because not everyone is using setup.py, so it’s becoming less central to the workflow (somewhat like how tox replaced setup.py test).