oxan / djangorestframework-dataclasses

Dataclasses serializer for Django REST framework
BSD 3-Clause "New" or "Revised" License
431 stars 28 forks source link

Mark package as PEP 561 typing compliant #7

Closed intgr closed 4 years ago

intgr commented 4 years ago

This project is already mostly covered by type annotations. The 'py.typed' file is a signal to Mypy and other type checkers so they don't complain about missing stubs.

oxan commented 4 years ago

Merged, thanks for your contributions!