~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Robert Collins
  • Date: 2005-12-24 02:20:45 UTC
  • mto: (1185.50.57 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1550.
  • Revision ID: robertc@robertcollins.net-20051224022045-14efc8dfa0e1a4e9
Start tests for api usage.

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
     )