cassidymwagner / fluidsf

FluidSF is a package used to calculate structure functions from fluid data.
https://cassidymwagner.github.io/fluidsf
MIT License
5 stars 3 forks source link

Updated versioning method to prepare for packaging #24

Closed cassidymwagner closed 1 month ago

cassidymwagner commented 2 months ago

Small pull request that just changes the version tracking method, which wasn't working consistently before. This change uses setuptools and pulls the version which is set manually in __init__.py. We will still need to tag release commits with git, so I think both numbers need to be consistent.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.93%. Comparing base (a0bb153) to head (354532c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #24 +/- ## ======================================= Coverage 97.93% 97.93% ======================================= Files 15 15 Lines 290 291 +1 ======================================= + Hits 284 285 +1 Misses 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.