Skip to content

Commit 35f99be

Browse files
committed
chore: Update package_data in setup.py to include Python files in vbi.models.cpp._src directory
1 parent 6853b34 commit 35f99be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def create_extension(model):
6464
version=get_version(),
6565
description="A Python package with C++ integration via SWIG",
6666
packages=find_packages(), # Use find_packages() to automatically discover packages
67-
package_data={"vbi.models.cpp._src": [".so", "*.h", "*.i"]},
67+
package_data={"vbi.models.cpp._src": [".so", "*.h", "*.i", "*.py"]},
6868
ext_modules=extensions, # Include all the C++ extensions
6969
cmdclass={
7070
"build_ext": CustomBuildExtCommand, # Override the default build_ext

0 commit comments

Comments
 (0)