Simplify setup.py? #234
Labels
Enhancement
Not a bug, but increases or improves in value, quality, desirability, or attractiveness
Infra
All about infrastructure (GitHub Action, project build etc.)
Question
Unclear or open issue subject for debate
Release_3.x.y
Only for the major release 3
Uh oh!
There was an error while loading. Please reload this page.
Situation
As we saw in issue #224, the
setup.py
script can be tricky. Usually, asetup.py
script should describe its metadata, but should avoid any "complicated" command logic.We had this situation already in the past: in issue #148 we discouraged the use of
python setup.py test
in documentation.Proposal
I propose to remove the
Tox
andClean
classes in thesetup.py
script for the following reasons:setup.py
script should be "as simple as possible".Maybe I miss a good reason, but at the moment, I think they are not really that essential, right?
Questions
@python-semver/reviewers What do you think about this proposal? 😉
The text was updated successfully, but these errors were encountered: