Skip to content

Commit

Permalink
Include package data
Browse files Browse the repository at this point in the history
  • Loading branch information
joecummings committed Apr 3, 2024
1 parent 27f8479 commit 8cbd9c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def _export_version(version, sha):
packages=find_packages(exclude=["tests", "tests.*", "recipes"]),
python_requires=">=3.8",
install_requires=read_requirements("requirements.txt"),
include_package_data=True,
entry_points={
"console_scripts": [
"tune = torchtune._cli.tune:main",
Expand Down

0 comments on commit 8cbd9c5

Please sign in to comment.