Skip to content

Commit 828b72c

Browse files
committed
Include extra binaries
1 parent 38cda92 commit 828b72c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ def get_icu_config() -> IcuConfig | None:
10501050
),
10511051
],
10521052
packages=["apsw", "apsw.tests"],
1053-
package_data={"apsw": ["__init__.pyi", "py.typed", "fts_test_strings"]},
1053+
package_data={"apsw": ["__init__.pyi", "py.typed", "fts_test_strings"], "apsw.sqlite_extra_binaries": ["*"]},
10541054
cmdclass={
10551055
"test": run_tests,
10561056
"build_test_extension": build_test_extension,

0 commit comments

Comments
 (0)