Mods
This commit is contained in:
parent
81f719de8f
commit
9aa043ad59
2
setup.py
2
setup.py
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue