Skip to content

Commit

Permalink
Add py.typed objects to the python SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
vdurmont committed Jan 8, 2024
1 parent fe8a902 commit 5f0441c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Empty file added lightspark/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ project_urls =

[options]
packages = find:
include_package_data = True
install_requires =
cryptography
pyjwt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

import setuptools

setuptools.setup()
setuptools.setup(include_package_data=True)

0 comments on commit 5f0441c

Please sign in to comment.