VROOM-Project / pyvroom

Vehicle Routing Open-source Optimization Machine
BSD 2-Clause "Simplified" License
69 stars 14 forks source link

library design #15

Closed nilsnolde closed 2 years ago

nilsnolde commented 2 years ago

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.

jonathf commented 2 years ago

Yea, agrreed,å that is a good idea.

Either feel free to fix it yourself, or I'll get around to it later.