~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

[merge] Robert's test-api

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
      description='Friendly distributed version control system',
89
89
      license='GNU GPL v2',
90
90
      packages=['bzrlib',
 
91
                'bzrlib.doc',
 
92
                'bzrlib.doc.api',
91
93
                'bzrlib.export',
92
94
                'bzrlib.plugins',
93
95
                'bzrlib.store',
103
105
      scripts=['bzr'],
104
106
      cmdclass={'install_scripts': my_install_scripts, 'build': bzr_build},
105
107
      data_files=[('man/man1', ['bzr.1'])],
 
108
    #   todo: install the txt files from bzrlib.doc.api.
106
109
     )