adamfranco / curvature

Find roads that are the most curvy or twisty based on Open Street Map (OSM) data.
http://roadcurvature.com/
225 stars 39 forks source link

Add post processors to setup.py #47

Closed Fonsan closed 7 years ago

Fonsan commented 7 years ago

This fixes the post_processors from being omitted when building the package which can be installed locally by running

python setup.py sdist
sudo pip install dist/curvature-0.1.0.tar.gz
Fonsan commented 7 years ago

@adamfranco bump 🤓

adamfranco commented 7 years ago

Thanks for this improvement -- I haven't actually used pip to install curvature and wasn't sure what was involved in providing this. :-) Sorry for the radio-silence!