grimoirelab icon indicating copy to clipboard operation
grimoirelab copied to clipboard

Delete setup.py and requirements.txt files

Open sduenas opened this issue 3 years ago • 2 comments

Delete these files in all the stack because we only use pyproject.toml now.

sduenas avatar Sep 28 '22 16:09 sduenas

Hi @sduenas, I guess we have to remove the setup.cfg file too right? Please let me know.

vchrombie avatar Oct 01 '22 15:10 vchrombie

Hi @sduenas, it is clear that the setup.cfg, setup.py and requirements.txt have to be removed. Does it makes sense to remove the requirements_tests.txt too?

Also, what about the MANIFEST.in? I guess Poetry doesn't need this since the configurations (what to include in the packages) is already present in the pyproject.toml file. What do you think?

vchrombie avatar Oct 14 '22 02:10 vchrombie

This was completely done.

sduenas avatar Oct 27 '22 14:10 sduenas