173
177
dev_docs = glob.glob('doc/developers/*.htm')
174
178
# python's distutils-based win32 installer
175
179
ARGS = {'scripts': ['bzr', 'tools/win32/bzr-win32-bdist-postinstall.py'],
177
182
'data_files': [('Doc/Bazaar', docs),
178
183
('Doc/Bazaar/developers', dev_docs),