Generate versions, display on about dialog

Fixes #25
This commit is contained in:
Dan Paulat 2023-02-05 00:55:30 -06:00
parent 84b214e39e
commit 1efc311a86
7 changed files with 223 additions and 1 deletions

View file

@ -66,7 +66,8 @@ jobs:
- name: Setup Python Environment
shell: pwsh
run: |
pip install geopandas
pip install geopandas `
GitPython
- name: Install Conan Packages
shell: pwsh