nilsnolde / py-osrm

Python bindings to the OSRM routing framework
https://gis-ops.github.io/py-osrm/
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

Adjust docs CI & add LICENSE #22

Closed whytro closed 1 year ago

whytro commented 1 year ago

This change adjusts the CI workflow for the docs page, as it was incorrectly set to a non-existent branch, and also simply relies on FetchContent to install osrm-backend instead of having to checkout and build it separately.

Also adds a LICENSE file, with the pyproject.toml reference to it, for PyPI.