Skip to content

Move packaging metadata to pyproject - #617

Open
ordabayevy wants to merge 6 commits into
masterfrom
move-packaging-metadata-pyproject
Open

Move packaging metadata to pyproject#617
ordabayevy wants to merge 6 commits into
masterfrom
move-packaging-metadata-pyproject

Conversation

@ordabayevy

Copy link
Copy Markdown
Member

Summary

  • Move project metadata, dependencies, extras, package discovery, and pytest/isort config into pyproject.toml.
  • Move flake8 config into .flake8 because flake8 does not read pyproject.toml natively.
  • Remove legacy setup.py and setup.cfg.

Test plan

  • python -m build
  • python -m pip install -e .
  • pytest -q test/test_import.py

Breaking down #615 into smaller PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant