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: use pyproject.toml #211

Merged
merged 3 commits into from
Sep 1, 2021
Merged

packaging: use pyproject.toml #211

merged 3 commits into from
Sep 1, 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
  • 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.

None yet

1 participant