setup: replace versioneer with setuptools_scm.

Has the same problems with git-archive but is much less invasive.
This commit is contained in:
whitequark 2019-09-06 05:11:41 +00:00
parent 943ce317af
commit 284b533995
7 changed files with 25 additions and 2365 deletions

18
.gitignore vendored
View file

@ -1,10 +1,18 @@
# Python
*.pyc
*.eggs
*.egg-info
*.il
*.v
*.vcd
*.gtkw
**/test/spec_*/
# coverage
/.coverage
/htmlcov
# tests
**/test/spec_*/
*.vcd
*.gtkw
# misc user-created
*.il
*.v
/build