currently _vroom_xx.so is installed in the root of site-packages while the python stuff is in site-packages/vroom. what do you think about taking it all into the vroom directory? a little bit cleaner IMO. then it's a relative import for the extension import ._vroom.
just bit me when pip didn't properly uninstall for whatever reason and I manually deleted vroom but didn't see the _vroom lib.
currently
_vroom_xx.so
is installed in the root ofsite-packages
while the python stuff is insite-packages/vroom
. what do you think about taking it all into thevroom
directory? a little bit cleaner IMO. then it's a relative import for the extensionimport ._vroom
.just bit me when pip didn't properly uninstall for whatever reason and I manually deleted
vroom
but didn't see the_vroom
lib.