Installer uses a list of paths for installation at the beginning of the script. Was selected as a necessary evil to avoid introducing dependencies at install time. configparser seems like a reasonable config file format that is in the python standard library solving the install time dependency issue.
Installer uses a list of paths for installation at the beginning of the script. Was selected as a necessary evil to avoid introducing dependencies at install time. configparser seems like a reasonable config file format that is in the python standard library solving the install time dependency issue.