Closed
Description
Describe the bug
Wheel/tar.gz files created by running python setup.py bdist_wheel
are missing the nested api/model packages
To Reproduce
Steps to reproduce the behavior:
- Run openapi-python-client generate --path --meta=setup
- cd into the generated directory
- run
rm -rf build dist && python setup.py bdist_wheel
- unzip -l dist/*.whl and note that some of the files are missing
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):
- OS: mac os 11.6
- Python Version: 3.6.9
- openapi-python-client version: 0.10.7
Additional context
This was introduced when the "fix" for #520 was merged in #521