Op 25/07/2022 om 16:43 schreef Dennis Lee Bieber:
On Mon, 25 Jul 2022 10:39:46 +0200, Antoon Pardon
declaimed the following:
Yes it is, but it doesn't answer my question: How do I create a package
in which a file is built at install time.
I just want to build a configuration file that will amo
On Mon, 25 Jul 2022 10:39:46 +0200, Antoon Pardon
declaimed the following:
>Yes it is, but it doesn't answer my question: How do I create a package
>in which a file is built at install time.
>I just want to build a configuration file that will among some other
>info contain the date the package
Op 19/07/2022 om 16:57 schreef David Lowry-Duda:
On Tue, Jul 19, 2022 at 03:58:41PM +0200, Antoon Pardon wrote:
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.
Ca
On Tue, Jul 19, 2022 at 03:58:41PM +0200, Antoon Pardon wrote:
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 ho
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 shoul