~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Alexander Belchenko
  • Date: 2006-07-25 14:11:48 UTC
  • mto: (1711.2.111 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1906.
  • Revision ID: bialix@ukr.net-20060725141148-ecd1976cb617e4cf
script bzr_test_dependencies.py removed from installer.
TODO: push that functionality to plugin 'dependencies'

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
    setup(options=options_list,
178
178
          console=[target,
179
179
                   'tools/win32/bzr_postinstall.py',
180
 
                   'tools/bzr_test_dependencies.py',
181
180
                  ],
182
181
          zipfile='lib/library.zip')
183
182