Skip to content

*.pyi files not installed #3558

@thewtex

Description

@thewtex

Description

The Python interface files (*.pyi) are not installed into the install tree. As a result, they are missing from the 5.3rc4.post2 wheels.

Steps to Reproduce

  1. Enable ITK_WRAP_PYTHON
  2. ninja
  3. DESTDIR=/tmp/itk-install ninja install
  4. find /tmp/itk-install -name '*.pyi'

Expected behavior

The .pyi files are installed alongside the .py files.

Actual behavior

.pyi files are not installed.

Reproducibility

Always

Versions

ITK Git master, i.e.58ce6e84f2

Environment

Tested on Linux.

Metadata

Metadata

Labels

type:BugInconsistencies or issues which will cause an incorrect result under some or all circumstances

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions