pypa / hatch

Modern, extensible Python project management

Home Page:https://hatch.pypa.io/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accept src/<NAMESPACE>/<NAME> layouts in wheel builder by default

kohlrabi opened this issue · comments

Currently hatch wheel builder autodetects packages in directory layouts shown on https://hatch.pypa.io/1.11/plugins/builder/wheel/#default-file-selection

For my package with src/NAMESPACE/NAME layout I had to manually configure hatch. If it is possible, could hatch also detect those layouts as part of the heuristic?

I'm still looking through the code to find the location this might be handled at, so I could prepare a PR.

Is this a possible solution?:

kohlrabi@597d5fe