• best_username_ever@sh.itjust.works
      link
      fedilink
      arrow-up
      3
      ·
      2 months ago

      Not OP. I ended up using hatch to make packages because it’s simple and does everything without feeling like a jumbled mess of tools like Poetry. It feels unix-like and didn’t prevent from doing my job.

      • flying_sheep
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        2 months ago

        Hatch is great. It’s easy to get started but I wouldn’t call it simple. Flit is simple, because it’s limited.

        Hatch is complex enough to allow you to override everything, which makes it not simple, but also not complicated.