-
I'm migrating a number of packages from poetry to pdm, and ran into what I suspect is a minor issue but one that I couldn't find mention of in the docs or issue history. The packages' names include hyphens in place of the underscores that are in the actual python module names, e.g. the distribution "my-module" includes a package "my_module". When building, the dist tarball and wheel are missing the "my_module" tree, although my toplevel "tests" directory is included. Prior to using poetry or pdm, I typically used a MANIFEST.in in situations like this, although I suspect there's probably a best practice for doing it with pdm- I suspect I've probably overlooked something simple, so apologies in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
duh, I overlooked the "includes" parameter in the docs. Please disregard this question! |
Beta Was this translation helpful? Give feedback.
duh, I overlooked the "includes" parameter in the docs. Please disregard this question!