Show More
@@ -79,6 +79,7 py2exe_opts = {} | |||
|
79 | 79 | if py2exe_for_demandload is not None: |
|
80 | 80 | cmdclass['py2exe'] = py2exe_for_demandload |
|
81 | 81 | py2exe_opts['console'] = ['hg'] |
|
82 | ||
|
82 | 83 | setup(name='mercurial', |
|
83 | 84 |
|
|
84 | 85 |
|
@@ -89,12 +90,13 setup(name='mercurial', | |||
|
89 | 90 |
|
|
90 | 91 |
|
|
91 | 92 |
|
|
92 | data_files=[('mercurial/templates', | |
|
93 | data_files=[ | |
|
94 | ('mercurial/templates', | |
|
93 | 95 |
|
|
94 | 96 |
|
|
95 | 97 |
|
|
96 |
|
|
|
97 | glob.glob('templates/static/*'))], | |
|
98 | ('mercurial/templates/static', glob.glob('templates/static/*')), | |
|
99 | ], | |
|
98 | 100 |
|
|
99 | 101 |
|
|
100 | 102 |
|
General Comments 0
You need to be logged in to leave comments.
Login now