This commit is contained in:
Auric Vente
2024-07-20 09:36:53 -06:00
parent 04b0e42bb5
commit 81f719de8f

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", "**/*.ttf"]
package_data[program] = ["**/*.png", "**/*.jpg", "**/*.json", "**/*.mp3"]
setup(
name=title,