My first attempt at a package.
Antoon Pardon
antoon.pardon at vub.be
Tue Jul 19 09:58:41 EDT 2022
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.
More information about the Python-list
mailing list