metricq / metricq-python

🐍 The MetricQ Python interface
https://metricq.github.io/metricq-python/
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

Read protobuf version directly in setup.py #163

Closed tilsche closed 1 year ago

tilsche commented 1 year ago

fixes #162

This will need more testing. Maybe we need to use out_dir instead of the current working dir to find the module file. Nothing is documented, it all depends on the installation in which setup.py is invoked, local install, packaging, pip, or whatever...

tilsche commented 1 year ago

Tested today