SalladShooter / phyal

Quickly build websites without the hassle of HTML
https://phyal.vercel.app/
MIT License
34 stars 3 forks source link

Missing `py.typed` file (required for package typing) #22

Closed aatle closed 2 months ago

aatle commented 2 months ago

Even if the package code is type hinted, it will not be recognized by static type checkers and such if you don't have a marker file py.typed, as per PEP 561. Put this in src.

Package maintainers who wish to support type checking of their code MUST add a marker file named py.typed to their package supporting typing.