Skip to content

Commit dceab47

Browse files
committed
ensure lua scripts are transferred
1 parent 4d177b9 commit dceab47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def read_reqs(reqs_path: Path) -> set[str]:
3838
"python_requires": "~=3.11",
3939
"install_requires": tuple(PROD_REQUIREMENTS),
4040
"packages": find_packages(where="src"),
41-
"package_data": {"": ["py.typed"]},
41+
"package_data": {"": ["py.typed", "**/*.lua"]},
4242
"package_dir": {"": "src"},
4343
"test_suite": "tests",
4444
"tests_require": tuple(TEST_REQUIREMENTS),

0 commit comments

Comments
 (0)