[Distutils] Scripts and configuration data

Lumír Jasiok lumir.jasiok at vsb.cz
Wed Jul 16 17:01:23 CEST 2008


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: lumir.jasiok at vsb.cz
 http://www.vsb.cz
															



More information about the Distutils-SIG mailing list