Hi! I'm trying out different packaging solutions because I want to use pyproject.toml. Poetry looks nice.
What I'm missing is something like setuptools_scm that lets me ignore the version variable entirely and instead computes it from the git tag. That makes it possible to not litter the commit stream with version-bump commits and release a new version simply by tagging it in GitHub/GitLab.
What do you think?