Exclude doc/ from wheel#423
Conversation
The automatic discovery adds doc/ to the wheel triggered by the presence of `conf.py` in that directory.
|
Alternatively, disabling namespaces also works: |
|
Thanks for that @penguinpee. We're discussing changing our packaging practices to remove all of these from our built packages here: fatiando/community#154 |
|
Here https://archlinux.org/packages/extra/any/python-pooch/files same error |
In your case the file is already claimed by That should be reported to |
|
I will do it, many thanks for the feedback. |
The automatic discovery adds doc/ to the wheel triggered by the
presence of
conf.pyin that directory.