sffjunkie / astral

Python calculations for the position of the sun and moon.
Apache License 2.0
242 stars 47 forks source link

Add py.typed #65

Closed maljub01 closed 3 years ago

maljub01 commented 3 years ago

This declares astral as being PEP 561 compliant, which is needed to enable using the type hints in the package by tools like mypy.