umami-hep / umami-preprocessing

UPP: Umami PreProcessing
1 stars 34 forks source link

fixing issues with package installation #34

Closed IvanOleksiyuk closed 11 months ago

IvanOleksiyuk commented 11 months ago

Whe installing package from PYPi ti does not work as modules classes and steps are not instaled. I add this to projecttoml and also make steps a module by adding __init__.py

codecov[bot] commented 11 months ago

Codecov Report

Merging #34 (723e938) into main (02f80fa) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #34   +/-   ##
=======================================
  Coverage   93.31%   93.31%           
=======================================
  Files          15       15           
  Lines         942      942           
=======================================
  Hits          879      879           
  Misses         63       63           
Files Coverage Δ
upp/__init__.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

samvanstroud commented 11 months ago

Thanks @IvanOleksiyuk, do you want to also update the __version__ in this MR so we can publish a new release?

IvanOleksiyuk commented 11 months ago

Thanks for reminder to update version