sbidoul / whool

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

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

Open sbidoul opened 1 month ago

sbidoul commented 1 month 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 1 month ago

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