Replies: 1 comment 2 replies
-
Hi @JakobDev, what do you mean by "destroy the package structure"? If you have a bigger package, you can use something like Depending if you don't have any other folder in your package root other than the standard ones (e.g. |
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.
-
During build I get this warning:
together with
I was able to relove this, by adding
to my pyproject.toml. But don't think this is how it should be done. In my case, I have only a small Program, but I don't think this suitable for bigger ones. The Paths are also needed to be added to the MANIFEST.in. I also tried the other methods described in the documentation, but they seem to destroy the package structure.
My Programs have always a Directory named after the Program (jdFlatpakSnapshot in this case), which contains all the files.
Beta Was this translation helpful? Give feedback.
All reactions