Skip to content

Commit

Permalink
fix: fix typo including typed files (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
eakmanrq authored Jun 2, 2024
1 parent c311e42 commit 1d0526a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
author="Ryan Eakman",
author_email="eakmanrq@gmail.com",
license="MIT",
packages=find_packages(include=["sqlframe", "sqlframe.*", "py.typed", "*.pyi", "**/*.pyi"]),
package_data={"sqlframe": ["py.typed"]},
packages=find_packages(include=["sqlframe", "sqlframe.*"]),
package_data={"sqlframe": ["py.typed", "*.pyi", "**/*.pyi"]},
use_scm_version={
"write_to": "sqlframe/_version.py",
"fallback_version": "0.0.0",
Expand Down

0 comments on commit 1d0526a

Please sign in to comment.