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