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

Use pyproject.toml for project metadata, use modern build #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

3 participants