Hi! There is a note in the docs about writing a pl...
# general
w
Hi! There is a note in the docs about writing a plugin to adjust version numbers and other parameters in setup.py for the python_distribution target. Are there specific examples or implementations of this? Context: I’d like to have version numbers just inferred from git hash, or something similar, so devs don’t have to care about managing version numbers.
h
This is a highly requested feature! There are some open issues on this: • https://github.com/pantsbuild/pants/issues/16360https://github.com/pantsbuild/pants/issues/18179 Feel free to comment on whichever of those is closer to what you're looking for (possibly the first one). The more details about how you'd like this to work (with examples) the better!
w
Thanks will look!