setup.py autostart file determination not effective
setup.py looks at sys.argv to determine which arguments were used but that no longer works.
This is only used to determine where to put the autostart file.
I'm going to take out the code that is not working. This will not change how setup.py works but will remove a red herring.