From 00645c6075be6a5ee7b4dbc390dbbed078fea5e7 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 11 Nov 2019 09:56:08 +0100 Subject: [PATCH] added pyinstaller specs --- gui.py | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 gui.py diff --git a/gui.py b/gui.py new file mode 100644 index 0000000..c470ef7 --- /dev/null +++ b/gui.py @@ -0,0 +1,3 @@ +from sartorius_logger import gui + +gui() diff --git a/pyproject.toml b/pyproject.toml index 2508c48..7c2c73f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,10 +36,10 @@ test = [ ] dev = [ "keyring", + "pyinstaller >= 3.5", ] gui = [ "Gooey >= 1.0.3", - "pyinstaller >= 3.5" ] [tool.flit.scripts]