PyCQA / pydocstyle

docstring style checker
http://pydocstyle.org
MIT License
1.11k stars 188 forks source link

pep257 on PyPi #580

Open buhtz opened 2 years ago

buhtz commented 2 years ago

Your (?) project site on PyPi still talks about "pep257" instead of "pycodestyle". https://pypi.org/project/pep257/ If "pep257" is outdated it should be stated on that project site.

aphedges commented 2 years ago

That is because you are looking at the page for the old package name. PyPI doesn't allow one to edit the project description without a new release. As far as I know, Warehouse currently doesn't support a way to signify that a project has been renamed.

Mr-Pepe commented 2 years ago

Would it be hard to publish a version 0.7.1 of pep257 that has a prominent disclaimer pointing to pydocstyle?