Replies: 1 comment 1 reply
-
Hi @Yezhj1, you might want to review the information in this doc page about how to control the files in the distribution. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to package my python project to wheel using pyproject.toml, and run
python3 -m build --wheel
. Before i runpython3 -m build --wheel
, i need to add some folder/files into my project, then i runpython3 -m build --wheel
, and get a wheel, but i can not find the new folders/files in the wheel.help!!!!!!!!
Beta Was this translation helpful? Give feedback.
All reactions