Add support for new-style theo install command

also use upstream menus where possible
This commit is contained in:
Lance Edgar 2023-01-18 15:21:06 -06:00
parent 1af76715be
commit fc89558472
5 changed files with 110 additions and 300 deletions

View file

@ -43,6 +43,7 @@ use = egg:waitress#main
# to bind to all interfaces, set host to 0.0.0.0
host = 127.0.0.1
port = 9080
trusted_proxy = 127.0.0.1
##############################