Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pyproject.toml #141

Open
3 of 5 tasks
gsolard opened this issue Mar 13, 2023 · 0 comments
Open
3 of 5 tasks

Use pyproject.toml #141

gsolard opened this issue Mar 13, 2023 · 0 comments
Labels
2 - Nice to have Nice to have, but not main prio enhancement New feature or request NLP Issue related to the NLP template NUM Issue related to the NUM template VISION Issue related to the VISION template

Comments

@gsolard
Copy link
Collaborator

gsolard commented Mar 13, 2023

Problem

The projects generated by gabarit use the setup.py paradigm instead of pyproject.toml

Concerned template

  • NLP template
  • NUM template
  • VISION template
  • API template
  • How templates are generated - Jinja

Solution

Change the way the generated projects are packaged ie add a pyproject.toml instead of putting all the configurations in setup.py

@gsolard gsolard added enhancement New feature or request NLP Issue related to the NLP template NUM Issue related to the NUM template VISION Issue related to the VISION template 2 - Nice to have Nice to have, but not main prio labels Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - Nice to have Nice to have, but not main prio enhancement New feature or request NLP Issue related to the NLP template NUM Issue related to the NUM template VISION Issue related to the VISION template
Projects
None yet
Development

No branches or pull requests

1 participant