[15:08:31] <pjdelport> pdobrogost: Those may be sensible candidates for site-packages, but then they'll have to go into a Python package, not top-level.
[15:08:53] <ionelmc> pdobrogost: root of site-package is wrong place for configuration
[15:09:48] <ionelmc> even if you put it in a package, it's still wrong - in my mind configuration is something that user manages and edits
[15:10:00] <ionelmc> you wouldn't want users to much with your site-packages
[15:10:32] <pdobrogost> Basically we have special deployment step which copies configuration files but I wanted to omit it and "streamline" the process by doing this as part of building bdist.
[15:11:31] <ionelmc> pdobrogost: distutils allows dists to install stuff in, say, /etc
[15:11:43] <ionelmc> but that is very platform specific and tricky
[15:14:22] <ionelmc> pick your poison: https://github.com/pypa/pip/issues/2874#issuecomment-109429489 :)
[15:41:43] <ronny> pdobrogost: please use propper configuration management :)