Skip to content

Commit 6a04fdd

Browse files
committed
Try including package data
1 parent c59bd80 commit 6a04fdd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
url='http://vws-python.readthedocs.io',
3232
keywords='vuforia fake client',
3333
package_dir={'': 'src'},
34+
include_package_data=True,
35+
package_data = {
36+
'vws': ['py.typed'],
37+
},
3438
install_requires=INSTALL_REQUIRES,
3539
extras_require={
3640
'dev': DEV_REQUIRES,

0 commit comments

Comments
 (0)