Skip to content

Commit 1545351

Browse files
author
Vincent Moens
committed
Update
[ghstack-poisoned]
2 parents b19c0bd + 29ac15a commit 1545351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ def _main(argv):
202202
packages=find_packages(
203203
exclude=("test", "tutorials", "packaging", "gallery", "docs")
204204
),
205+
package_data={"tensordict": ["_C.so"]},
205206
ext_modules=get_extensions(),
206207
cmdclass={
207208
"build_ext": CMakeBuild,

0 commit comments

Comments
 (0)