I currently have my program set up to run with Command Line Scripts (https://python-packaging.readthedocs.io/en/latest/command-line-scripts.html) like so:
"console_scripts": ["app_name = app_name.app:main"],
How can I make it so that this program runs in the background like pythonw does?