Hacker News new | ask | show | jobs
by vertex-four 4237 days ago
The issue is that if you have two packages installed, and both use "libs" as their top-level package, they'll collide. Use "projectname.common" instead.
1 comments

This is not true, you can specify package directories in setup.py.

See https://docs.python.org/2/distutils/setupscript.html#listing...

A package name != the actual name of the directory in the source tree. My point stands.