prefix-dev / rip

Solve and install Python packages quickly with rip (pip in Rust)

Home Page:https://prefix.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove empty folders after uninstall

ruben-arts opened this issue Β· comments

When a package is uninstalled it might leave behind some empty folders.

lib/python3.10/site-packages via πŸ…’ haystack 
➜ tree attrs-23.1.0.dist-info/
attrs-23.1.0.dist-info/
└── licenses

2 directories, 0 files

I would expect these folders to be removed aswell.