mtkennerly / dunamai

Dynamic versioning library and CLI
https://dunamai.readthedocs.io/en/latest
MIT License
312 stars 24 forks source link

Add py.typed file for PEP-561 #24

Closed wwuck closed 2 years ago

wwuck commented 2 years ago

I've noticed that the code for dunamai has type hints! Can we get a py.typed file added to the package so the type hints are visible to packages consuming the dunamai API?

https://www.python.org/dev/peps/pep-0561/