-
-
Notifications
You must be signed in to change notification settings - Fork 112
Missing setup.py on releases? #305
Copy link
Copy link
Closed
Description
While packaging tomlkit 0.11.8 for NixOS we noticed that starting on 0.11.7 the released packages no longer include setup.py (see full discussion on NixOS/nixpkgs#245440).
While setup.py is no longer actually necessary, this creates a circular dependency to build tomlkit moving forward - as tomlkit itself would require poetry to be able to build tomlkit, while poetry itself depends on tomlkit to be built.
Was the removal of setup.py intended?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels