cvg / GlueStick

Joint Deep Matcher for Points and Lines 🖼️💥🖼️ (ICCV 2023)
https://iago-suarez.com/gluestick
MIT License
532 stars 40 forks source link

setup.py: fix the .whl missing gluestick.models (minified) #19

Closed SomeoneSerge closed 8 months ago

SomeoneSerge commented 8 months ago

Setuptools does not by default include nested "packages", and the setup.py currently only specifies the top-level gluestick. This means that

❯ pip wheel git+https://github.com/cvg/GlueStick

...won't include the nested gluestick.models

iago-suarez commented 8 months ago

Thanks for your contribution! :)