I am writing a python package which has the following structure
PACKAGE * module1.py * module2.py * data.cfg However the data.cfg should be build at installation time. Can someone give advise on which packaging tool and how to use it, to accomplisch this. e.g. de data config.cfg should be build with the following linix command: $ date '+installed on %Y:%M:%d at %T' > data.cfg -- Antoon Pardon. -- https://mail.python.org/mailman/listinfo/python-list