~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Alexander Belchenko
  • Date: 2006-07-30 06:52:39 UTC
  • mto: (1711.2.111 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1906.
  • Revision ID: bialix@ukr.net-20060730065239-03b4ac02d9f56202
branding: change Bazaar-NG to Bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
            # install the txt files from bzrlib.doc.api.
139
139
            'package_data': {'bzrlib': ['doc/api/*.txt']},
140
140
            # help pages
141
 
            'data_files': [('Doc/Bazaar-NG', docs)],
 
141
            'data_files': [('Doc/Bazaar', docs)],
142
142
           }
143
143
 
144
144
    ARGS.update(META_INFO)