[11:48:25] <dkozel> Hello. I am trying to package my first Python module into a Deb package on Ubuntu (currently), but am hitting a problem where it is installed into site-packages, not dist-packages
[11:48:27] <dkozel> Looking at the distutils paths I would have guessed that it should go into dist-packages, but it doesn't
[11:48:29] <dkozel> is this a good place to ask for advice?
[11:48:31] <dkozel> The log from executing setup.py is here: https://gist.github.com/dkozel/1c1ff3357ea71bf21c69e8beeaacfa78
[11:48:33] <dkozel> The module code including setup code is here: https://github.com/dkozel/linux-gpib_debian/tree/upstream/linux-gpib-user/language/python