Skip to content

Commit

Permalink
Merge pull request #267 from lonvia/fix-manifest
Browse files Browse the repository at this point in the history
Correct location of py.typed file in MANIFEST.in
  • Loading branch information
lonvia authored Sep 27, 2024
2 parents 868f4dc + a055426 commit f8eeee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include lib/*.h
include lib/*.cc
include examples/*py
include test/*py
include src/py.typed
include src/osmium/py.typed
recursive-include src *.pyi
recursive-include docs *md *css
include docs/cookbooks/*.ipynb
Expand Down

0 comments on commit f8eeee6

Please sign in to comment.