By accident I created a local python package with the same name as an existing PYPI package (pyea).Now I realised that by updating all installed packages my package will be overwritten by a newer version from PYPI-Server. Can I give my local package a flag or so, to prevent from updating using PYPI-Server? Or there are maybe some parameters for the setup.py file to control this issue.
Renaming the package would require a lot of effort.