8 Aug
2014
8 Aug
'14
8:24 p.m.
Hi,
On Friday 08 August 2014 05:41 PM, Stephen J. Turnbull wrote:
I still don't understand this. You have a module whose "main function" would perfectly servicable as "the executable" if you unwrap it (delete the "def main" statement and fix indentation), and in fact doesn't serve any purpose other than to be imported into a generated script? Seems to violate TOOWDTI to me.
Fixed that. There was another argument for setuptools called scripts
which does the
required task, that is, does not require the executable to have a callable.