setup: replace versioneer with setuptools_scm.
Has the same problems with git-archive but is much less invasive.
This commit is contained in:
parent
943ce317af
commit
284b533995
7 changed files with 25 additions and 2365 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue