Skip to content

Commit cf7f293

Browse files
Testing
1 parent cd3235b commit cf7f293

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/.test_vtk.py.kate-swp

77 Bytes
Binary file not shown.

wrappers/python/wheels.github/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def arefiles(files):
9393
)
9494

9595
setup(
96-
packages=find_packages(include=['moordyn', 'moordyn.*']),
96+
packages=find_packages(include=['moordyn', 'moordyn.*', 'testvtk', 'testvtk.*']),
9797
ext_modules=[ctestvtk],
9898
package_data={"source": ["*.hpp", "*.h"],
9999
"source.Util": ["*.hpp", "*.h"],

0 commit comments

Comments
 (0)