This repository has been archived by the owner on May 30, 2020. It is now read-only.
Cannot upload package to PyPI, Have done due diligence, Think it's a bug #677
Labels
PEP 541
Issues blocked on the implementation of PEP 541
I have a pure Python package named Mycroft that I am trying to register and upload to PyPI.
When I try to register either my source distribution or my wheel of this package I get the following message.
This makes it look like the register step is unnecessary. However, when I try to upload I get this error.
I get similar errors when I use
python setup.py register
andpython setup.py upload
instead of twine.Due diligence:
pip search mycroft
returns nothing.)setup.py
in my project is correct. (I link to the github project above if anyone wants to take a look.)~/.pypirc
on my machine.~/.pypirc
configurations and command line arguments to twine to no avail. Details here.Please help. I can't believe my good luck that someone hasn't snagged the name "mycroft" yet and I want to get this resolved before they do. :-)
The text was updated successfully, but these errors were encountered: