Make it so that git archive includes the information necessary for setuptools_scm to get a version number. This is based on this guide. Also added a test to make sure this works.
Fixes #576
Checklist
[ ] I have performed a self-review of my own code
[ ] I have added tests that prove my fix is effective or that my feature works (if applicable)
Description
Make it so that
git archive
includes the information necessary forsetuptools_scm
to get a version number. This is based on this guide. Also added a test to make sure this works. Fixes #576Checklist