chaoss / grimoirelab-perceval-gitee

GrimoireLab: Bundle of Perceval backends for Gitee
GNU General Public License v3.0
2 stars 4 forks source link

Poetry integration #2

Open sduenas opened 2 years ago

sduenas commented 2 years ago

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 and setup.cfg files will be removed.

shanchenqi commented 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?

sduenas commented 2 years ago

Update it once the other issue is fixed. Also grimoirelab-elk-gitee should also have poetry support.

shanchenqi commented 2 years ago

Sure, I will handle it.