This commit is contained in:
Auric Vente 2024-07-20 09:32:28 -06:00
parent 6fd8ba88c1
commit 0fed5e7663
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ with open("requirements.txt") as f:
requirements = f.read().splitlines()
package_data = {}
package_data[program] = ["**/*.png", "**/*.jpg", "**/*.json", "**/*.mp3"]
package_data[program] = ["**/*.png", "**/*.jpg", "**/*.json", "**/*.mp3", "**/*.ttf"]
setup(
name=title,