We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d177b9 commit dceab47Copy full SHA for dceab47
packages/service-library/setup.py
@@ -38,7 +38,7 @@ def read_reqs(reqs_path: Path) -> set[str]:
38
"python_requires": "~=3.11",
39
"install_requires": tuple(PROD_REQUIREMENTS),
40
"packages": find_packages(where="src"),
41
- "package_data": {"": ["py.typed"]},
+ "package_data": {"": ["py.typed", "**/*.lua"]},
42
"package_dir": {"": "src"},
43
"test_suite": "tests",
44
"tests_require": tuple(TEST_REQUIREMENTS),
0 commit comments