Skip to content

Commit

Permalink
[MERGE] forward port branch 9.0 up to 7974cc6
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOl committed Oct 24, 2016
2 parents e721f3e + 7974cc6 commit 87b6838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ def py2exe_datafiles():

import docutils
import passlib
import reportlab
import requests
data_mapping = ((docutils, 'docutils'),
(passlib, 'passlib'),
(reportlab, 'reportlab'),
(requests, 'requests'))

for mod, datadir in data_mapping:
Expand Down

0 comments on commit 87b6838

Please sign in to comment.