Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Dec 13, 2024
1 parent 65f31f6 commit 3a3be53
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 @@ -119,7 +119,9 @@
"console_scripts": ["trl=trl.cli:main"],
},
include_package_data=True,
package_data={"trl": ["templates/*.md"],},
package_data={
"trl": ["templates/*.md"],
},
packages=find_packages(exclude={"tests", "tests.slow"}),
install_requires=REQUIRED_PKGS,
extras_require=EXTRAS,
Expand Down

0 comments on commit 3a3be53

Please sign in to comment.