This repository has been archived by the owner on May 30, 2020. It is now read-only.
Unable to upload to project called "mu" #705
Labels
PEP 541
Issues blocked on the implementation of PEP 541
Hi,
I've written a code editor called Mu. See: https://github.com/mu-editor/mu Over the summer I've been supported by the Raspberry Pi Foundation to get Mu to 1.0. It's almost there and I'd like to make it installable via PyPI.
As far as I can tell,
mu
isn't a registered name. Unfortunately, if I try topip install mu
I get the following:Furthermore, I get a 404 from http://pypi.python.org/ if I try visit where the package's page should be (https://pypi.python.org/pypi/mu).
If I try to submit the package I get:
The three requirements about invalid names don't appear to apply:
mu
isn't in the standard library,mu
seems innocuous enough to NOT be on the excluded names list,My username on pypi is
ntoll
. Would love to know what the problem is (for example, is there a minimum length limit on names?). Alternatively, is this a bug? Finally, if possible, how do I register and upload mymu
package?Happy to help in any way that I can. If you need more information just ask..!
Thanks in advance.
The text was updated successfully, but these errors were encountered: