How to use a different package directory name #952
Answered
by
ofek
freddyaboulton
asked this question in
Q&A
-
Hello! I'm wondering if it's possible to build a package with hatch with the following structure. Let's say my package name is foo/
pyproject.toml
backend/
foo/ <source files here> When I Everything works correctly when I move foo/
pyproject.toml
foo/ <source files here> |
Beta Was this translation helpful? Give feedback.
Answered by
ofek
Aug 30, 2023
Replies: 1 comment 1 reply
-
https://hatch.pypa.io/latest/config/build/#packages [tool.hatch.build.targets.wheel]
packages = ["backend/foo"] |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
freddyaboulton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://hatch.pypa.io/latest/config/build/#packages