Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move project configuration to pyproject.toml #242

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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

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