Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: do not generate setup.py by default #318

Merged
merged 1 commit into from
Jan 21, 2023

Commits on Jan 21, 2023

  1. build: do not generate setup.py by default

    This is the first step in removing setup file generation from Poetry
    projects. With this change, projects that require a setup.py to be
    generated when a build script is used needs to explicitly set
    `tool.poetry.build.generate-setup-file`, introduced in python-poetry#26, to `true`
    in `pyproject.toml`.
    
    Co-authored-by: Bartosz Sokorski <[email protected]>
    2 people authored and finswimmer committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    5a32823 View commit details
    Browse the repository at this point in the history