Skip to content
Snippets Groups Projects
Commit e2f98ad2 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

re-enable docutils inclusion in windows built. Used by RST generator

parent 4feacc73
No related branches found
Tags gajim-0.16.2
No related merge requests found
......@@ -31,7 +31,7 @@ includes = ['encodings', 'encodings.utf-8',]
opts = {
'py2exe': {
'includes': 'pango,atk,gobject,cairo,pangocairo,gtk.keysyms,encodings,encodings.*', #',docutils.readers.*,docutils.writers.html4css1',
'includes': 'pango,atk,gobject,cairo,pangocairo,gtk.keysyms,encodings,encodings.*,docutils.readers.*,docutils.writers.html4css1',
'dll_excludes': [
'iconv.dll','intl.dll','libatk-1.0-0.dll',
'libgdk_pixbuf-2.0-0.dll','libgdk-win32-2.0-0.dll',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment