Skip to content

Commit

Permalink
fix: properly include typing files (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
eakmanrq authored Jun 2, 2024
1 parent 6893507 commit c311e42
Showing 1 changed file 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 @@ -9,7 +9,7 @@
author="Ryan Eakman",
author_email="eakmanrq@gmail.com",
license="MIT",
packages=find_packages(include=["sqlframe", "sqlframe.*"]),
packages=find_packages(include=["sqlframe", "sqlframe.*", "py.typed", "*.pyi", "**/*.pyi"]),
package_data={"sqlframe": ["py.typed"]},
use_scm_version={
"write_to": "sqlframe/_version.py",
Expand Down

0 comments on commit c311e42

Please sign in to comment.