Skip to content

Commit

Permalink
Add py.typed to generated modules
Browse files Browse the repository at this point in the history
  • Loading branch information
WiZeYAR committed Dec 28, 2024
1 parent dff8b04 commit 1a6cc56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/asyncapi_python_codegen/generators/amqp/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ def generate(
doc.info.description,
doc.info.version,
).items()
} | {output_path / "models.py": generate_models(ops, doc.filepath.parent)}
} | {
output_path / "models.py": generate_models(ops, doc.filepath.parent),
output_path / "py.typed": "",
}


def generate_application(
Expand Down

0 comments on commit 1a6cc56

Please sign in to comment.