juanmcasillas / gopro2gpx

Parse the gpmd stream for GOPRO moov track (MP4) and extract the GPS info into a GPX (and kml) file.
GNU General Public License v3.0
194 stars 49 forks source link

Fix entrypoint definition #15

Closed Simske closed 3 years ago

Simske commented 3 years ago

For some combination of setuptools / Python version the entrypoint definition needs a specific function name, an executable module is not enough. This PR just adds the function name in the entrypoint definition.

Closes #14, closes #16, closes #19