Automatically determine version from vcs tags

This commit is contained in:
Kevin Tindall
2022-02-06 08:35:49 -06:00
parent 07b4f830ce
commit e2ff102ee4
2 changed files with 15 additions and 2 deletions

7
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,7 @@
Setup:
```
pipx install poetry
pipx inject poetry poetry-dynamic-versioning
pipx install tox
pipx inject tox tox-poetry
```