Skip to content

Commit

Permalink
LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Cataratas committed Jan 26, 2021
1 parent f1c31ab commit 5a2556a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

includes = ["os", "pygame", "pygame.locals", "random", "pickle", "time", "json", "pyperclip", "sys", "reportlab", "fitz", "PyPDF2", "win32api"]
excludes = ["tkinter", "test"]
include_files = ["config.json", "Functions.py", "Games.py", "./Buttons/", "./Fonts/", "./Layout/", "./Modules/", "./Quizzes/", "icon.png", "Variables.py", "Quiz.pdf"]
include_files = ["config.json", "Functions.py", "Games.py", "./Buttons/", "./Fonts/", "./Layout/", "./Modules/", "./Quizzes/", "icon.png", "Variables.py", "Quiz.pdf", "LICENSE"]
packages = []

base = None
Expand Down

0 comments on commit 5a2556a

Please sign in to comment.