1
How to gently remove a package from PyPI?
Some months ago I forked an abandoned project on github, fixed some bugs and released a package on PyPI. Some days ago I found out that there is another (more advanced) fork. Now I wanted to abandon my fork and withdraw my package.
Is there a "best practice" to retire my package without breaking the dependencies of other users?
Thanks!