I was trying out the experimental target <vcs_vers...
# general
g
I was trying out the experimental target vcs_version. But when I run the codegen. the python file gets created in the
projectroot/dist/codegen
instead of the source directory. Is there any way to make it generate in the source code directory?
And how to use the generated version in the
python_distribution
target?
For all the libraries that I have currently developed I am already using the
setuptools-scm
in the
pyproject.toml
. I would like to continue using the same versioning with pants as well.