How am I supposed to register a package to PyPI?
问题 In the documentation for packaging and distributing Python packages, it says to use twine with repository = https://upload.pypi.org/legacy/ in .pypirc . Now this URL is both – from the last bit of it – a legacy way to do things, and a non-existing one at that: $ twine register dist/scriptdoctest-0.1-py2.py3-none-any.whl Registering package to https://upload.pypi.org/legacy/ Enter your username: MyUserName Enter your password: Registering scriptdoctest-0.1-py2.py3-none-any.whl HTTPError: 410