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

Switch completely to pyproject.toml (& hatch for building) #153

Merged
merged 3 commits into from
Oct 23, 2024

Conversation

danthedeckie
Copy link
Owner

@danthedeckie danthedeckie commented Oct 7, 2024

Description

Prompted by #152 , and wanting to modernize & clean up the build process.

This:

  • switches completely to pyproject.toml
  • moves the version info into simpleeval.py
  • switches explicitly to hatch for building the sdist & wheel
  • adds hatch & twine to the dev requirements file
  • cleans up the Makefile to match all the above.
  • adds the build & twine check to CI

Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.30%. Comparing base (d4d553c) to head (9cb9bea).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #153   +/-   ##
=======================================
  Coverage   99.30%   99.30%           
=======================================
  Files           2        2           
  Lines        1151     1151           
=======================================
  Hits         1143     1143           
  Misses          8        8           

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

@smurfix

This comment was marked as resolved.

@danthedeckie

This comment was marked as resolved.

simpleeval.py Outdated Show resolved Hide resolved
@danthedeckie danthedeckie merged commit 5663fc2 into main Oct 23, 2024
18 checks passed
@danthedeckie danthedeckie deleted the pyproject.toml-only branch October 23, 2024 03:47
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.

3 participants