pull/624/head
Holger Müller 2023-03-15 14:07:32 +01:00
rodzic c5e00666aa
commit fafe0b2536
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -24,7 +24,7 @@ jobs:
architecture: ${{ matrix.arch }}
- name: Install dependencies and pyinstall
run: |
pip install -U pip setuptools
pip install -U pip setuptools setuptools-scm
pip install -r requirements.txt
pip install PyInstaller==5.9.0
- name: Build binary

Wyświetl plik

@ -12,7 +12,7 @@ license_files = LICENSE,
description = GUI for the NanoVNA and derivates
long_description = file: README.rst
url = https://github.com/NanoVNA-Saver/nanovna-saver
version = attr: NanoVNASaver.About.VERSION
version = attr: NanoVNASaver.About.version
platforms= all
[options]