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

Packaging: pep517/518 conform workflow with pyproject.toml #15

Merged
merged 4 commits into from
Jun 19, 2021

Conversation

MuellerSeb
Copy link
Member

This PR adds a pyproject.toml and updates the installation setup.

  • rely on pep517/518 builds for wheels and sdist
  • removed all requirements*.txt files (in setup.cfg now)
  • use setup.cfg for all setup configurations
  • remove setup.py (editable installs possible with pip>21.1)
  • use pyproject.toml to define build dependencies, setuptools_scm, coverage and black
  • add format checking stage in CI (using black)
  • update CI script to always use pip and the extras defined in setup.cfg ([test])
  • add .readthedocs.yml to install pentapy with pip and [doc] extras on readthedocs
  • updated MANIFEST.in to shrink wheels and sdist
  • removed redundant development extra [dev] from setup

@MuellerSeb MuellerSeb added the enhancement New feature or request label Jun 19, 2021
@MuellerSeb MuellerSeb added this to the v1.1.2 milestone Jun 19, 2021
@MuellerSeb MuellerSeb self-assigned this Jun 19, 2021
@MuellerSeb MuellerSeb merged commit be49a7c into develop Jun 19, 2021
@MuellerSeb MuellerSeb deleted the modernize_packaging branch July 5, 2021 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant