Y
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
fmueller
4237 days ago
This is not true, you can specify package directories in setup.py.
See
https://docs.python.org/2/distutils/setupscript.html#listing...
link
vertex-four
4236 days ago
A package name != the actual name of the directory in the source tree. My point stands.
link
See https://docs.python.org/2/distutils/setupscript.html#listing...