-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
🤖 type: InfrastructureCI, packaging, tools and automationCI, packaging, tools and automation
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🤖 type: InfrastructureCI, packaging, tools and automationCI, packaging, tools and automation