From 82eeb1ff31f11f929c6cfc6ab468365898e292a2 Mon Sep 17 00:00:00 2001 From: Louie S Date: Wed, 3 Jan 2024 17:02:41 -0500 Subject: Reverse orientation of OK and Cancel buttons --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f4b6670..9178dad 100755 --- a/setup.py +++ b/setup.py @@ -2,4 +2,5 @@ from setuptools import setup # For getting a git snapshot: ./setup.py egg_info -b "+git`date '+%Y%m%d'`" build sdist +# For building on Windows: [/PATH/TO/]pyinstaller.exe --icon=data\assignment-list.ico -w --add-data=assignment_list_pyqt:assignment_list_pyqt assignment-list setup() -- cgit