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

Devops: Move package configuration entirely to pyproject.toml #42

Merged
merged 1 commit into from
May 30, 2024

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented May 30, 2024

The pyproject.toml approach for package metadata is now the standard approach in the community and widely supported. The setup.cfg is now obsolete as well as the setup.py shim. The build backend is switched to flit which is used by most other packages in the aiidateam organization.

@codecov-commenter
Copy link

codecov-commenter commented May 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.08%. Comparing base (8f7610f) to head (93ae320).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   95.05%   95.08%   +0.02%     
==========================================
  Files           2        2              
  Lines         182      183       +1     
==========================================
+ Hits          173      174       +1     
  Misses          9        9              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The `pyproject.toml` approach for package metadata is now the standard
approach in the community and widely supported. The `setup.cfg` is now
obsolete as well as the `setup.py` shim. The build backend is switched
to flit which is used by most other packages in the `aiidateam`
organization.
@sphuber sphuber merged commit 04a83c1 into master May 30, 2024
18 checks passed
@sphuber sphuber deleted the fix/setup branch May 30, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants