Skip to content

Commit

Permalink
add marker file, see PEP 561
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Jun 10, 2021
1 parent 82e9dc1 commit d5e7746
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added bitarray/py.typed
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
description = "efficient arrays of booleans -- C extension",
packages = ["bitarray"],
package_data = {"bitarray": ["*.h", "*.pickle"]},
package_data = {"bitarray": ["*.h", "*.pickle", "py.typed", "*.pyi"]},
ext_modules = [Extension(name = "bitarray._bitarray",
sources = ["bitarray/_bitarray.c"]),
Extension(name = "bitarray._util",
Expand Down

0 comments on commit d5e7746

Please sign in to comment.