Directories missing from .tar.gz file #6359
Replies: 3 comments 2 replies
-
You need to explicitly include them in the build of your distribution files: https://python-poetry.org/docs/pyproject/#include-and-exclude Additionally, |
Beta Was this translation helpful? Give feedback.
-
Thanks for replying but could you please clarify?
or
Well, I tried both ways and my config folder is still missing. |
Beta Was this translation helpful? Give feedback.
-
I have updated my code to:
I have also tried with complete path however, it is still not working. Is it an issue with project structure? |
Beta Was this translation helpful? Give feedback.
-
I am following https://github.com/python-poetry/poetry to create my pyproject.toml file.
My folder structure looks like below:
My pyproject.toml looks like below:
When I execute below command to create package file, the .tar.gz is missing config and logs folder. Please advise how this could be sorted.
python -m build
Beta Was this translation helpful? Give feedback.
All reactions