You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package named "pipe" is already registered on PyPI, i.e. we cannot create a pip install pipe command since one is already taken. We can come up with an alias like pipe-cheops which is pip installable, and I think all we need to do to register under a different name than the package name is to change the name argument of the setup.cfg file, like Adrian used to do here. We should decide on the final PyPI name and then update it in the repo.
The text was updated successfully, but these errors were encountered:
The package named "pipe" is already registered on PyPI, i.e. we cannot create a
pip install pipe
command since one is already taken. We can come up with an alias likepipe-cheops
which is pip installable, and I think all we need to do to register under a different name than the package name is to change thename
argument of thesetup.cfg
file, like Adrian used to do here. We should decide on the final PyPI name and then update it in the repo.The text was updated successfully, but these errors were encountered: