Hacker News new | ask | show | jobs
by david2ndaccount 1261 days ago
Could you release the sdist as a separate package and only upload binary wheels for a normal install?
1 comments

You could, and that’s what psycopg2 did for a while (for a different reason but effectively they separated source and binary releases as different projects). This solves an immediate problem but introduces new challenges, probably the most significant being Python does not allow OR dependencies (I want at least one of those) and splitting the package made dependant projects’ lives miserable.