PBR

Comment 2 for bug 1374254

Revision history for this message
leducvin (leducvin) wrote :

The source code of our projects is also organized in projectslug/src/projectslug

i.e. there exists projectslug/src/projectslug/__init__.py

In projectslug/setup.cfg, I tried using (as suggested above):

[files]
packages_root = src
packages = projectslug

Strangely, this seems to work if I use "pip install -e projectslug" (setup in develop mode), however fails for a normal install.