Skip to content

Commit

Permalink
Add py.typed file to allow users to type check
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Aug 29, 2024
1 parent 8fdcfda commit 5f8b975
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_version(version_file):
keywords=["cyhy", "database"],
packages=find_packages(where="src"),
package_dir={"": "src"},
package_data={},
package_data={"cyhy_db": ["py.typed"]},
py_modules=[splitext(basename(path))[0] for path in glob("src/*.py")],
include_package_data=True,
install_requires=[
Expand Down
Empty file added src/cyhy_db/py.typed
Empty file.

0 comments on commit 5f8b975

Please sign in to comment.