[00:00:52] <grant-h> I guess I should have also mentioned that I'm using zc.buildout to read setup.py and generate the dev environment
[00:01:19] <grant-h> so it sounds like I need to indicate that I want the script in my buildout.cfg
[00:02:32] <grant-h> but for instance if I identify console scripts in setup.py, buildout will automatically generate those executables in the bin/ folder that it creates
[00:31:37] <grant-h> fwiw adding `dependent-scripts = true` to my buildout.cfg did the trick