Adding config file to package is not a big deal. But when I upload package to pypi and install it, it's not possible to read logging config:
logging.config.fileConfig('logging.conf')
basically my modules don't find it because file is not in current working directory anymore. How can I address that?