Skip to content

Commit a4c16c9

Browse files
authored
Add py.typed objects to the python SDK (#15)
I have no idea if this will work... Any idea on how to test it?
2 parents fe8a902 + 5f0441c commit a4c16c9

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

lightspark/py.typed

Whitespace-only changes.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ project_urls =
1515

1616
[options]
1717
packages = find:
18+
include_package_data = True
1819
install_requires =
1920
cryptography
2021
pyjwt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
import setuptools
44

5-
setuptools.setup()
5+
setuptools.setup(include_package_data=True)

0 commit comments

Comments
 (0)