couling / dataclass-click

Wrapper for pallets/click that uses dataclasses instead of kwargs
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Added py.typed marker #5

Closed couling closed 5 months ago

couling commented 5 months ago

Added py.typed marker. Type hints were already there but mypy was complaining because of a missing py.typed file in the package.