IGNF / route-graph-generator

Script collection used to generate routing data for Road2 (https://github.com/IGNF/road2)
https://ignf.github.io/route-graph-generator/
GNU General Public License v3.0
7 stars 3 forks source link

[publish] Update setup.py for package publication #16

Closed jmkerloch closed 1 year ago

jmkerloch commented 1 year ago

Add some value for setup() in setup.py for package publication.

It will be better to store all these value in a __about__.py file

See https://packaging.python.org/guides/single-sourcing-package-version/