Hi,

I am developing small package that provide some Python package and some other data (scripts and configuration data). I know how to install script(s), bud I have no idea how to install configuration file(s) using setuptools. For example I have configuration file called "kiosk.conf" and I want to install it into "/etc/kiosk/" directory. So I have to create /etc/kiosk/ dir (if isn't already exists) and put the file into. How can I do this?

Lumir

--
Lumír Jasiok
VSB-TU Ostrava - Computer centre
E-mail: [EMAIL PROTECTED]
http://www.vsb.cz
                                                                                
                                        

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to