You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Brooke-white Given PYPA recommends moving from setup.py to pyproject.toml, would you consider an MR to migrate? This would involve replacing setup.py, setup.cfg, as well as the requirements files, with pyproject.toml, and using a build tool such as PDM? I've done the migration in other projects, and it works pretty well, and produce equivalent results.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@Brooke-white Given PYPA recommends moving from
setup.py
topyproject.toml
, would you consider an MR to migrate? This would involve replacingsetup.py
,setup.cfg
, as well as the requirements files, withpyproject.toml
, and using a build tool such as PDM? I've done the migration in other projects, and it works pretty well, and produce equivalent results.Beta Was this translation helpful? Give feedback.
All reactions