Open hmaarrfk opened 2 years ago
This option seems to be available since at least 2018 https://git-scm.com/docs/git-describe/2.19.2
While this is a nit, calling subprocess is rather slow.
Honestly, I only went through this process when I realized that my CLI applications were very slow because I was still using versioneer for a project.
miniver: 10 ms, versioneer was close to 500....
This option seems to be available since at least 2018 https://git-scm.com/docs/git-describe/2.19.2
While this is a nit, calling subprocess is rather slow.
Honestly, I only went through this process when I realized that my CLI applications were very slow because I was still using versioneer for a project.
miniver: 10 ms, versioneer was close to 500....