sizmailov / pybind11-stubgen

Generate stubs for python modules
Other
228 stars 45 forks source link

Submodules no longer build the correct file structure #135

Closed pvarin-figure closed 11 months ago

pvarin-figure commented 11 months ago

Previously the command

pybind11-stubgen module1.module2.module3

would create the directory structure

module1/module2/module3/__init__.pyi

Now it creates a single directory with the following name:

module1.module2.module3/__init__pyi

Is this the intended behavior in the new release?

sizmailov commented 11 months ago

Thanks for catching this!