Skip to content

Commit ae52182

Browse files
committed
fix: add __init__.py to openapi subpackages for setuptools discovery
find_packages() requires __init__.py files to discover subpackages. The openapi module (generator, handler, input) was never included in published builds because these files were missing.
1 parent ccf0f19 commit ae52182

3 files changed

File tree

acai_aws/apigateway/openapi/__init__.py

Whitespace-only changes.

acai_aws/apigateway/openapi/handler/__init__.py

Whitespace-only changes.

acai_aws/apigateway/openapi/input/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)