Add py.typed file

This commit is contained in:
Marko Vejnovic
2025-12-15 22:20:31 -08:00
committed by Abhishek Thakur
parent 8ba79b9cab
commit c019b967d3
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="vidgear",
packages=["vidgear", "vidgear.gears", "vidgear.gears.asyncio"],
package_data={"vidgear": ["py.typed"]},
version="0.3.4",
description="High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.",
license="Apache License 2.0",
View File