4 Commits

Author SHA1 Message Date
Uggla
9094675555 Manage python3 compatibility
- Use future module to allow python2/3 compatibility.
- New dependencies added future and configparser.
2016-03-07 11:15:32 +01:00
Uggla
6d3beeb823 Avoid command line parsing error in getprefix()
Several setup command line options like --help, raise an AttributeError
exception --> just pass as in that case command line options are not
useful to determine prefix.
2016-03-04 14:39:05 +01:00
Uggla
92bcc48f97 Fix installation of data_files
1- Get target prefix
2- if prefix == '/usr' --> Force configuration file location to /etc
3- else --> set file location relative to the prefix
   ex : prefix/bin, prefix/share, prefix/etc
4- Update conf file content with the template path location
5- Update script file content with version and configuration file
   location
2016-03-04 12:02:13 +01:00
Devananda van der Veen
963f256bb9 cookie cutter ify this repo, will clean up later 2015-03-25 13:46:58 -07:00