Skip to content

Commit cc7ddd6

Browse files
Add fonts to setup.py so they are installed with the rest of the package
1 parent 372f4d7 commit cc7ddd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
package_data={
2121
'overcooked_ai_py' : [
2222
'data/layouts/*.layout', 'data/planners/*.py', 'data/human_data/*.pickle',
23-
'data/graphics/*.png', 'data/graphics/*.json',
23+
'data/graphics/*.png', 'data/graphics/*.json', 'data/fonts/*.ttf',
2424
],
2525
},
2626
install_requires=[

0 commit comments

Comments
 (0)