Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiraHakuta committed Aug 2, 2018
1 parent 8454135 commit a47ef56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

base = None
includes = []
include_files = ['gen', 'mod_gen', 'html2latex.csv', 'sample1.html', 'sample2.html', 'cat.png', 'readme.txt']
include_files = ['gen', 'mod_gen', 'example', 'html2latex.csv', 'readme.txt']
excludes = []
packages = ['antlr4']
executables = [cx_Freeze.Executable(script="antlr4_html2latex.py",targetName="antlr4_html2latex.exe", base = base),]
Expand Down

0 comments on commit a47ef56

Please sign in to comment.