What can I do if I want a cookieplone-based project but no python-package with it in src/mypackage because it only uses a couple of packages that already exist as repositories. The reason I still want it as cookieplone-based it is all the other nice things that cookieplone gives me (linting/frontend/image-building/).
In one project I emptied the main package so it only has a __init.py__, that works but just feels wrong.
Also: A lot of older projects used to have multiple python-packages (remember optilux.policy and optilux.theme?) - is there a way to have more than one package in a project without handling them like other external addons?