Replies: 1 comment 4 replies
-
|
Wheels contain just the pieces that get installed, like the importable package. Sdists conventionally contain things like tests, docs, examples and possibly development scripts, but wheels don't. If you want some of these files to get installed, how to do that depends on what files you're talking about and where they should go. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following in our pyproject.toml
But in the created wheel, only LICENSE is there. The rest is not.
Any ideas for why? There is no wheel configuration directive in flit, right?
Beta Was this translation helpful? Give feedback.
All reactions