setuptools_scm icon indicating copy to clipboard operation
setuptools_scm copied to clipboard

Support jujutsu (jj) VCS

Open dbarnett opened this issue 1 year ago • 13 comments
trafficstars

Would it be possible to support https://github.com/martinvonz/jj so that if I clone a repo of a python project using that, I'm still able to build its python package contents normally?

At least in the case of their git backend that could be as simple as detecting if the repo dir contains a .jj/repo/store/git/ and running the existing git detection against that $GIT_DIR (example: https://martinvonz.github.io/jj/latest/github/#using-github-cli).

dbarnett avatar Aug 28 '24 00:08 dbarnett