- [x ] I have searched the issues of this repo and believe that this is not a duplicate.
- [x ] I have searched the documentation and believe that my question is not covered.
Feature Request
Poetry automatically creates a folder in root called "dist" where it puts all distributions files. Is there a way to change this output folder? If not:
Make "dist" folder configurable, by setting a relative path, e.g. build/distribution. This could be done in pyproject.toml:
[build]
target-dir = "build/distribution"
or as variable in .poetry/config