Skip to content

Conversation

EpicWink
Copy link

@EpicWink EpicWink commented May 3, 2023

Move project, backend, and development tool configuration to pyproject.toml.

Only configuration change was moving the Python 3.6 extra dependencies specification to main dependencies (conditioned on Python being 3.6). I'm pretty sure Setuptools v61+ doesn't support Python 3.6 anyway, so this MR might be predicated on dropping Python 3.6.

Flake8 configuration couldn't be moved due to PyCQA/flake8#234. I guess this could be moved to .flake8 if you want setup.cfg to be removed.

Downsides: lose Git history on those files, require Setuptools v61+ (and therefore Python 3.7+), longer pyproject.toml to read for tool configuration

@dairiki dairiki added this to the post-py36 milestone May 3, 2023
@dairiki dairiki mentioned this pull request May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants