Skip to content

Commit

Permalink
Add a hint to setuptools about py.typed
Browse files Browse the repository at this point in the history
Otherwise it only seems to be found if installed via -e from a local checkout.
  • Loading branch information
calpaterson committed Aug 29, 2023
1 parent 2a674f5 commit 2091d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
version=VERSION,
packages=find_packages(exclude=["tests.*", "tests"]),
include_package_data=True,
package_data={"csvbase": ["py.typed"]},
zip_safe=False,
install_requires=[
"alembic[tz]==1.7.7",
Expand Down

0 comments on commit 2091d4f

Please sign in to comment.