tilezen / mapbox-vector-tile

Python package for encoding & decoding Mapbox Vector Tiles
MIT License
240 stars 47 forks source link

Include vector_tile.proto in sdist. #106

Closed sebastic closed 1 year ago

sebastic commented 5 years ago

To make it easier to regenerate the vector_tile Python sources the .proto file should be included in the source distribution.

For the Debian package we need to regenerate those files with protobuf 3.6.1 for the ongoing transition for example.

Even better would be to run protoc as part of the build, but that requires additional dev dependencies that may not be desirable.