From 015121b600b808d3800079009a11558fe1db2fe4 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Wed, 18 Feb 2026 06:52:01 -0500 Subject: [PATCH] include voxsplit.c in package data --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42af7a3..7229f4e 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ setup( keywords="make post sell web pyramid pylons ecommerce digital downloads physical goods content marketing youtube alternative", packages=find_packages(exclude=["tests"]), package_data={ - "make_post_sell": ["scripts/alembic/*.py", "scripts/alembic/versions/*.py", "GIT_HASH"] + "make_post_sell": ["scripts/alembic/*.py", "scripts/alembic/versions/*.py", "GIT_HASH", "lib/voxsplit.c"] }, include_package_data=True, zip_safe=False,