Browse Source

added pyinstaller specs

master
Holger Frey 5 years ago
parent
commit
00645c6075
  1. 3
      gui.py
  2. 2
      pyproject.toml

3
gui.py

@ -0,0 +1,3 @@
from sartorius_logger import gui
gui()

2
pyproject.toml

@ -36,10 +36,10 @@ test = [
] ]
dev = [ dev = [
"keyring", "keyring",
"pyinstaller >= 3.5",
] ]
gui = [ gui = [
"Gooey >= 1.0.3", "Gooey >= 1.0.3",
"pyinstaller >= 3.5"
] ]
[tool.flit.scripts] [tool.flit.scripts]

Loading…
Cancel
Save