Skip to content

packaging: use pyproject.toml#211

Merged
MuellerSeb merged 3 commits intodevelopfrom
pyproject
Sep 1, 2021
Merged

packaging: use pyproject.toml#211
MuellerSeb merged 3 commits intodevelopfrom
pyproject

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
  • use setup.py only for cython configurations
  • use pyproject.toml to define build dependencies, setuptools_scm, coverage and black
  • update CI script to always use pip and the extras defined in setup.cfg ([test])
  • add .readthedocs.yml to install pykrige with pip and [doc] extras on readthedocs
  • updated MANIFEST.in to shrink wheels and sdist
  • removed development extra [dev] from setup which can be achieved with all other extras

@MuellerSeb MuellerSeb merged commit 0515e83 into develop Sep 1, 2021
@MuellerSeb MuellerSeb deleted the pyproject branch September 1, 2021 14:20
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