aboutsummaryrefslogtreecommitdiffstats
path: root/src/__main__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Suggest pipx for installation. Fix `avp` command.tassaron2022-05-031-3/+50
| | | | Allegedly the gui_scripts is only different from console_scripts on Windows, and it has the effect of hiding the console window. This seemed to make the `avp` entrypoint crash, possibly because the app already contains its own logic for hiding the console window(?). I've tested this on Windows 11 and it seems to work better using console_scripts.
* make pip-installable as a packagetassaron2022-04-221-2/+2
|
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-171-1/+3
|
* trying to make setup.py worktassaron2017-07-151-0/+3