mapbox-vector-tile icon indicating copy to clipboard operation
mapbox-vector-tile copied to clipboard

Include vector_tile.proto in sdist.

Open sebastic opened this issue 7 years ago • 0 comments

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.

sebastic avatar Oct 12 '18 09:10 sebastic