Skip to content

Commit

Permalink
Add py.typed objects to the python SDK (#15)
Browse files Browse the repository at this point in the history
I have no idea if this will work... Any idea on how to test it?
  • Loading branch information
vdurmont authored Jan 8, 2024
2 parents fe8a902 + 5f0441c commit a4c16c9
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 a4c16c9

Please sign in to comment.