Replies: 1 comment 2 replies
-
Using the same file structure and without any extra config(no
|
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm new to PDM and am trying to add non code files to my builds. I've looked at a few answers addressing how to include non code files and data into the build, but I'm unsuccessful in recreating it. According to this doc, we should be able to do this via
includes
andinclude
(for wheels). Both are not working for me.My director looks like the default project directory.
In my
pyproject.toml
, I haveThe built tar.gz still does not include the
bar
directory andstyles.css
file. Am I missing something?Beta Was this translation helpful? Give feedback.
All reactions