You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…#575)
When openapi-python-client is used to with the
--meta=setup option the generated setup.py needs to
use setuptools.find_packages() to find the top-level
and all of the nested pacakges in the directory
so that distributions include them
Describe the bug
Wheel/tar.gz files created by running
python setup.py bdist_wheel
are missing the nested api/model packagesTo Reproduce
Steps to reproduce the behavior:
rm -rf build dist && python setup.py bdist_wheel
Expected behavior
The generated wheel or tar.gz file should contain all of the files for the package.
OpenAPI Spec File
Any open API json should create this issue.
Desktop (please complete the following information):
Additional context
This was introduced when the "fix" for #520 was merged in #521
The text was updated successfully, but these errors were encountered: