Skip to content

Commit

Permalink
split py2exe_includes over 2 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
RoDuth committed Oct 14, 2017
1 parent f3ed399 commit 745e2da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
'sqlalchemy.dialects.postgresql']
py2exe_includes = ['sqlite3', 'lxml', 'gdata', 'fibra', 'psycopg2',
'encodings', 'mako', 'mako.cache',
'pygments.styles.default', 'pyparsing'] + gtk_pkgs \
+ plugins_pkgs + sqlalchemy_includes
'pygments.styles.default', 'pyparsing']
py2exe_includes += gtk_pkgs + plugins_pkgs + sqlalchemy_includes
py2exe_setup_args = {
'windows': [{'script': 'scripts/ghini',
'icon_resources': [(1, "bauble/images/icon.ico")]}]}
Expand Down

0 comments on commit 745e2da

Please sign in to comment.