treee111 / wahooMapsCreator

Create maps for Wahoo device based on latest OSM maps
247 stars 25 forks source link

[BUGFIX] Include wahoomc.init module in published PyPI version #172

Closed treee111 closed 1 year ago

treee111 commented 1 year ago

This PR…

Considerations and implementations

The whole .init cli input was not working because the directory wahoomc/init is not included. Without that, this is the output of version 3.0.0

(gdal-user) <username>@<computer> % python -m wahoomc.init    
/Users/bkreusc/opt/anaconda3/envs/gdal-user/bin/python: No module named wahoomc.init

How to test

see above

Pull Request Checklist