include voxsplit.c in package data
This commit is contained in:
parent
8a0eef7b39
commit
015121b600
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue