We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe8a902 + 5f0441c commit a4c16c9Copy full SHA for a4c16c9
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