We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8a902 commit 5f0441cCopy full SHA for 5f0441c
lightspark/py.typed
setup.cfg
@@ -15,6 +15,7 @@ project_urls =
15
16
[options]
17
packages = find:
18
+include_package_data = True
19
install_requires =
20
cryptography
21
pyjwt
setup.py
@@ -2,4 +2,4 @@
2
3
import setuptools
4
5
-setuptools.setup()
+setuptools.setup(include_package_data=True)
0 commit comments