Skip to content

Conversation

@mwtoews
Copy link

@mwtoews mwtoews commented Oct 17, 2023

This PR moves project metadata to pyproject.toml. Both setup.py and setup.cfg are no longer needed, and removed.

Other details:

  • Build sdist and wheels using PyPA's build tool, which are uploaded to PyPI (currently only sdist are there)
  • Run twine check --strict on artifacts (previously this would have raised a warning)
  • Add a tests extra, so that pip install -e .[tests] will also install tests/requirements.txt
  • The short description was changed to a better one, from GitHub
  • Tool configuration for black and isort are moved from tox.ini to pyproject.toml; the exception is flake8 which does not support pyproject.toml

@FussyDuck
Copy link

FussyDuck commented Oct 17, 2023

CLA assistant check
All committers have signed the CLA.

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.

4 participants