fasm
fasm copied to clipboard
WIP: Move to setuptools_scm for version generation.
Convert the library to use setuptools_scm module rather than my own hacky script.
TODO Items;
- [ ] Improve the version file that is being generated.
- [ ] Figure out how to correctly specify dependencies -- should it be
pyproject.toml,setup.cfg,setup.pyor something else? - [ ] Check the version numbers are the same as before.