sbidoul / whool

A standards-compliant Python build backend to package Odoo addons.
MIT License
23 stars 6 forks source link

Remove project directory from sys.path when building? #25

Open sbidoul opened 4 days ago

sbidoul commented 4 days ago

This is an exotic problem.

When an addons contains types.py at the addon root, build fails (with build and pip wheel).

Assuming it's worth investigating, we can investigate if it is something that pip or build should/would change, or if something can be done in whool.

sbidoul commented 4 days ago

Example in https://github.com/OCA/rest-framework/pull/397