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

Modernize package #20

Merged
merged 6 commits into from
Jan 26, 2025
Merged

Modernize package #20

merged 6 commits into from
Jan 26, 2025

Conversation

tomicapretto
Copy link
Owner

@tomicapretto tomicapretto commented Jan 26, 2025

  • Use pyproject.toml to centralize all the package configuration
  • Use setuptools_scm for automatic versioning
  • Removes setup.py, setup.cfg, flexitext/version.py, MANIFEST.in, requirements.txt, and requirements-dev.txt.
  • Updates .github/workflow/tests.yml to use latest version of all actions.
  • Replaces miniconda with regular python setup in .github/workflow/tests.yml.
  • Adds token for codecov upload.
  • Modernize .github/workflow/publish_pypi.yml.

Closes #17 and #19

@codecov-commenter
Copy link

codecov-commenter commented Jan 26, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (b2cadb7) to head (7b8f664).
Report is 10 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #20   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           24        23    -1     
  Lines          445       446    +1     
=========================================
+ Hits           445       446    +1     

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

@tomicapretto tomicapretto merged commit cf4c0e9 into main Jan 26, 2025
4 checks passed
@tomicapretto tomicapretto deleted the modernize_package branch January 26, 2025 14:09
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.

Modernize package to use pyproject.toml
2 participants