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

Remove some obsolete files #160

Merged
merged 6 commits into from
Jul 13, 2021
Merged

Remove some obsolete files #160

merged 6 commits into from
Jul 13, 2021

Conversation

paulmelnikow
Copy link
Member

  • Where possible, migrate config from setup.cfg to pyproject.toml

- Where possible, migrate config from setup.cfg to pyproject.toml
This reverts commit 73c2f9c.
Copy link

@jbeard4 jbeard4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the difference between pyproject.toml and setup.cfg? When should we now use one versus the other?

@paulmelnikow
Copy link
Member Author

What is the difference between pyproject.toml and setup.cfg? When should we now use one versus the other?

pyproject.toml is the new package.json-like standard for Python: https://www.python.org/dev/peps/pep-0621/

flake8 doesn't support it:

So we're using setup.cfg, which is a legacy setuptools-related format.

@paulmelnikow paulmelnikow merged commit cf7295e into main Jul 13, 2021
@paulmelnikow paulmelnikow deleted the cleanup branch July 13, 2021 19:30
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