Skip to content

modernize project config, move to pyproject.toml #365

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

Merged
merged 4 commits into from
Nov 30, 2024
Merged

Conversation

skshetry
Copy link
Contributor

@skshetry skshetry commented Nov 29, 2024

  • Moves config from setup.cfg to pyproject.toml
  • Removes tox.ini as it does not seem to be used anywhere.
  • Moves pytest config from pytest.ini to pyproject.toml.
  • Moves flake8 config to .flake8 - it does not support config in pyproject.toml (maybe worth moving to ruff?).

pyproject.toml was generated using pdm import setup.py command.

Copy link
Member

@shcheklein shcheklein left a comment

Choose a reason for hiding this comment

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

thanks @skshetry !

@skshetry skshetry merged commit 15f3e6d into main Nov 30, 2024
16 checks passed
@skshetry skshetry deleted the pyproject.toml branch November 30, 2024 03:43
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