Skip to content

Commit

Permalink
Add js and xml to package_data
Browse files Browse the repository at this point in the history
Signed-off-by: Geunho Lee <quic_geunlee@quicinc.com>
  • Loading branch information
quic-geunlee committed Nov 5, 2024
1 parent 1ed2948 commit e16e575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrainingExtensions/torch/src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def has_ext_modules(self):
license="NOTICE.txt",
long_description=(PACKAGING_DIR / "README.txt").read_text(),
name="AimetTorch",
package_data={"": ["*.json", "*.html"], },
package_data={"": ["*.json", "*.html", "*.js", "*.xml"], },
package_dir={"": ".", },
packages=find_namespace_packages(where=".", exclude=["build"]),
platforms="x86",
Expand Down

0 comments on commit e16e575

Please sign in to comment.