Skip to content

chore(setup): remove duplicated info

The same information is found in both setup.py and setup.cfg, favor the one in setup.cfg.

Is that the correct approach or which one should be the canonical one? As of late, setuptools can be drived with setup.cfg only, is that the direction this project wants to move to? 🤔

There is also the long_description which on setup.py is the README file while on setup.cfg is a hardcoded string, should

Edited by Gil Forcada Codinachs

Merge request reports