Skip to content

Commit

Permalink
Add py.typed file
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Nov 4, 2024
1 parent 2e5ca01 commit 9136a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ install_requires =
wheel
tomli>=1.1.0;python_version < '3.11'
python_requires = >=3.8
include_package_data = True
tests_require =
coverage
pytest
Expand Down Expand Up @@ -66,6 +67,7 @@ sqlalchemy =

[options.package_data]
* =
*.typed
*.sql
*.csv

Expand Down
Empty file added singlestoredb/py.typed
Empty file.

0 comments on commit 9136a6c

Please sign in to comment.