hatch-vcs
hatch-vcs copied to clipboard
Read directly from `tool.setuptools_scm`
It would be much cleaner if tool.setuptools_scm could be read directly instead of raw-options. Somthing like how scikit-build-core does
https://github.com/scikit-build/scikit-build-core/blob/47431d4eefbac9c3a7c49e62c73e624b932023eb/src/scikit_build_core/metadata/setuptools_scm.py#L25-L32
Hatch vcs will migrate to the upcoming vcs versioning package which will be equivalent with setuptools_scm but won't depend on setuptools
Any issue to subscribe to?
Not yet as the transition is yet to be planned