sabuhish / fastapi-mail

Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk)
https://sabuhish.github.io/fastapi-mail/
MIT License
673 stars 82 forks source link

moved py.typed to fastapi_mail/ #193

Closed marcusgabrields closed 1 year ago

marcusgabrields commented 1 year ago

Hello,

After the #187 fix, I am still getting mypy's errors. According to PEP 561, the marker file py.typed added in this commit 97e8c0f should be inside the package.

sabuhish commented 1 year ago

Right, thanks for the PR, will release a new version soon!