include voxsplit.c in package data

This commit is contained in:
russell@unturf.com 2026-02-18 06:52:01 -05:00
parent 8a0eef7b39
commit 015121b600

View file

@ -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,