Open sduenas opened 2 years ago
OK, @sduenas, I see what you mean. Should I update the code now to use poetry in grimoirelab-perceval-gitee repo first, or wait for the other GrimoireLab package to be configured so that we could implement pyproject.yml in the similar way?
Update it once the other issue is fixed. Also grimoirelab-elk-gitee
should also have poetry support.
Sure, I will handle it.
Since GrimoireLab 0.3 was released, we're using poetry as the tool for building/installing GrimoireLab package. This repository should contain a
pyproject.yml
file add its configuration. On future releases,setup.py
andsetup.cfg
files will be removed.