Skip to content

Commit

Permalink
[Distribute] Packing convert tools py code. (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Duyi-Wang authored Nov 27, 2023
1 parent f205d37 commit 08d8169
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ def build_cmake(self):
python_requires=">=3.8",
package_dir={"": "src"},
packages=find_packages(where="src", include=["xfastertransformer"]),
package_data={"xfastertransformer": ["*.so"]},
package_data={
"xfastertransformer": ["*.so", "tools/*.*"],
},
platforms="x86_64",
ext_modules=[CMakeExtension(name="xft")],
cmdclass={"build_ext": BuildCMakeExt},
Expand Down

0 comments on commit 08d8169

Please sign in to comment.