Skip to content

scikit-image wheels includes the doc module #6505

@rth

Description

@rth

Currently, the scikit-image wheels include files from the doc/ folder,

$ unzip scikit_image-0.19.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
...
   creating: doc/ext/
   creating: doc/ext/tests/
  inflating: doc/ext/__init__.py     
  inflating: doc/ext/plot2rst.py     
  inflating: doc/ext/doi_role.py     
  inflating: doc/ext/notebook_doc.py  
  inflating: doc/ext/tests/test_notebook_doc.py  
  inflating: doc/ext/tests/__init__.py

and it also records doc as a module installed by scikit-image in top_level.txt which is not ideal,

$ cat scikit_image-0.19.3.dist-info/top_level.txt
doc
skimage

Identified by @ryanking13 while packaging scikit-image in Pyodide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions