Change case of package name on PyPI

荒凉一梦 提交于 2019-12-10 03:36:30

问题


I recently uploaded a package to PyPI under a name with mixed-case letters, QualysAPI. In retrospect I think it'd be better to have the package name be all lowercase per PEP 8. Is there a way I can change it?

Here's what happens when I try manually edit the package name on Pypi:

Forbidden

Package name conflicts with existing package 'QualysAPI'

Here's what happens when I try to edit the package name via python setup.py sdist upload:

Upload failed (403): You are not allowed to edit 'qualysapi' package information


回答1:


Deleted package. Reupload package with all lowercase. Lost all history of package but doesn't matter since Github has revisions online.



来源:https://stackoverflow.com/questions/17460747/change-case-of-package-name-on-pypi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!