Skip to content

Commit

Permalink
Use pyproject.toml by default for 17+
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Nov 7, 2023
1 parent 8f0b937 commit d2d2850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ dependency_installation_mode:
when: *ci_is_travis

use_pyproject_toml:
default: no
default: "{% if odoo_version < 17.0 -%}no{% else %}yes{% endif %}"
type: bool
help: Use pyproject.toml instead of setup.py.
when: "{{ odoo_version >= 14.0 }}"
Expand Down

0 comments on commit d2d2850

Please sign in to comment.