Post #1544998
2026-03-21 15:54 UTC
@draeath @davidculley My main open source project is anyway distributed as an OS package or exe installer. The docs still recommend pipx for install from PyPi on platforms that I don't provide other packages for, so this isn't really a big deal for me. I'm comfortable using just plain pip myself, and the lock file isn't really necessary for this project (since it is designed to work with a wide range of Python and package versions).
My main issue, really, is replacing ruff.
Replies (1)
-
@veronica@mastodon.online 2026-03-21 17:13
@draeath @davidculley Replacing UV with PDM was pretty painless: https://github.com/vkbo/novelWriter/pull/2687