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

Drop setuptools, use flit #519

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

Drop setuptools, use flit #519

wants to merge 1 commit into from

Conversation

Zeitsperre
Copy link
Contributor

Pull Request Checklist:

  • This PR addresses an already opened issue (for bug fixes / features)
    • This PR fixes #xyz
  • (If applicable) Documentation has been added / updated (for bug fixes / features).
  • (If applicable) Tests have been added.
  • This PR does not seem to break the templates.
  • CHANGELOG.rst has been updated (with summary of main changes).
    • Link to issue (:issue:number) and pull request (:pull:number) has been added.

What kind of change does this PR introduce?

  • Drops setuptools build backend for flit.
  • Moves the requirements_upstream.txt file to CI folder.
  • Removes the obsolete Manifest.in.

Does this PR introduce a breaking change?

Yes. setuptools is no longer used to build the package. Build requirements are much simpler.

Other information:

flit is the backend used by the cookiecutter and most Ouranos projects. It is much simpler in its configuration and design. We don't compile xscen nor do we manage dependencies using lock files (like poetry does).

… requirements_upstream.txt to CI, adjust configurations
@Zeitsperre Zeitsperre self-assigned this Jan 24, 2025
@github-actions github-actions bot added the CI Modifications to autiomation utilities label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Modifications to autiomation utilities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant