Add py.typed marker file (#92895)

PEP 561 added a requirement for packages that do have typing
information, to include empty py.typed file:
https://peps.python.org/pep-0561/#packaging-type-information

Example warnings from pyright/pylance:
```python
# Stub file not found for "blender_asset_tracer" Pylance: reportMissingTypeStubs
from blender_asset_tracer import blendfile
```

Reviewed-on: https://projects.blender.org/blender/blender-asset-tracer/pulls/92895
This commit is contained in:
Andrej730 2025-11-24 14:38:15 +01:00 committed by Sybren A. Stüvel
parent 50578ac62a
commit 5690c8e7cb

View File