Re: Python setuptools and files to be installed in the installation prefix

2018-10-04 Thread Federico Bruni
Il giorno mar 2 ott 2018 alle 18:35, Adam Williamson ha scritto: On Tue, 2018-10-02 at 16:30 +0200, Federico Bruni wrote: Hi folks While trying to figure out a way to install some desktop specific files (such as APP.desktop or APP.appdata.xml) within the installation prefix (instead o

Re: Python setuptools and files to be installed in the installation prefix

2018-10-04 Thread Petr Viktorin
On 10/2/18 10:06 PM, Miro Hrončok wrote: On 2.10.2018 16:30, Federico Bruni wrote: Hi folks While trying to figure out a way to install some desktop specific files (such as APP.desktop or APP.appdata.xml) within the installation prefix (instead of python installation) using setuptools, I star

Re: Python setuptools and files to be installed in the installation prefix

2018-10-02 Thread Miro Hrončok
On 2.10.2018 16:30, Federico Bruni wrote: Hi folks While trying to figure out a way to install some desktop specific files (such as APP.desktop or APP.appdata.xml) within the installation prefix (instead of python installation) using setuptools, I started wondering if it's actually a good ide

Re: Python setuptools and files to be installed in the installation prefix

2018-10-02 Thread Adam Williamson
On Tue, 2018-10-02 at 16:30 +0200, Federico Bruni wrote: > Hi folks > > While trying to figure out a way to install some desktop specific files > (such as APP.desktop or APP.appdata.xml) within the installation prefix > (instead of python installation) using setuptools, I started wondering > if