Skip to content

poetry build -o (was: allow configuring "dist" folder during build) #3586

@philipp-kaiser

Description

@philipp-kaiser
  • [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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/cliRelated to the command linekind/featureFeature requests/implementations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions