Skip to content

File build.py in project root interferes with PEP517 frontends #42

@reneeotten

Description

@reneeotten

The presence of a file called build.py causes issues for downstream packagers (in this case MacPorts). The documented way to generate a .whl is python -m build; that doesn't work as the local file takes precedence over the module. Can this be resolved, for example, by renaming the file? Thanks!

See: macports/macports-ports#29395 and https://trac.macports.org/ticket/64425 (different Python package, same problem).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions