Hacker News new | ask | show | jobs
How to gently remove a package from PyPI?
2 points by loci 4646 days ago
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!