~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin Pool
  • Date: 2006-01-30 06:23:50 UTC
  • mfrom: (1534.1.17 integration)
  • Revision ID: mbp@sourcefrog.net-20060130062350-d6f25277ddcdfd79
[merge] robert's integration of much recent work

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
     )