Hacker News new | ask | show | jobs
by blackcat201 1255 days ago
Recently just migrate a project from pypoetry away to the traditional setup method. Poetry works great for simple package, but once you started to add in complexities, it just falls apart due to everything was abstract away and simplified into config files and command line.
1 comments

I had the same experience. I think setuptools nowadays is quite good, esp. In combination with setup tools_scm.