mfreeborn / fastapi-sqlalchemy

Adds simple SQLAlchemy support to FastAPI
MIT License
594 stars 34 forks source link

Fix location of py.typed file #23

Closed cancan101 closed 3 years ago

cancan101 commented 3 years ago

Fixing issue where the py.typed file was supposed to be in the package.

codecov-commenter commented 3 years ago

Codecov Report

Merging #23 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #23   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           64        64           
=========================================
  Hits            64        64           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 91c88d3...a87ca55. Read the comment docs.

mfreeborn commented 3 years ago

d'oh. Will push out a v0.2.1 shortly

mfreeborn commented 3 years ago

done