Re: My first attempt at a package.

2022-07-26 Thread Antoon Pardon
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

Re: My first attempt at a package.

2022-07-25 Thread 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 among some other >info contain the date the package

Re: My first attempt at a package.

2022-07-25 Thread Antoon Pardon
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

Re: My first attempt at a package.

2022-07-19 Thread 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. Can someone give advise on which packaging tool and ho

My first attempt at a package.

2022-07-19 Thread Antoon Pardon
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