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

Start migrating more stuff to pyproject.toml #1333

Closed
wants to merge 8 commits into from
Closed

Conversation

tleonhardt
Copy link
Member

@tleonhardt tleonhardt commented Oct 18, 2024

Start migrating to a modern Python where all configuration is in pyproject.toml

This includes the following:

  • Move isort and flake8 config from setup.cfg to pyproject.toml
  • Add build module to Pipfile for building using pyproject.toml
  • Add ruff fast linter/formatter to Pipfile
  • Some very initial minor fixes based on ruff

…oject.toml

This includes the following:
- Remove setup.cfg
- Remove setup.py
- Update pyproject.toml with project and tool settings
- Add build module to Pipfile for building using pyproject.toml
- Add ruff fast linter/formatter to Pipfile
- Some very initial minor fixes based on ruff
- Update invoke tasks in tasks.py to not use setup.py
@tleonhardt tleonhardt changed the title Migrate to a modern Python where all configuration is in pyproject.toml Start migrating more stuff to pyproject.toml Oct 18, 2024
@tleonhardt tleonhardt closed this Oct 18, 2024
@tleonhardt tleonhardt deleted the pyproject branch October 18, 2024 16:37
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.

1 participant