/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Breezy landing bot
  • Author(s): Martin
  • Date: 2018-11-17 17:26:21 UTC
  • mfrom: (7183.3.1 lint_E71)
  • Revision ID: breezy.the.bot@gmail.com-20181117172621-uebb7md0dtdn5d9e
Fix E71* lint errors

Mostly moving nots around and a few equality to idenity check changes.

Merged from https://code.launchpad.net/~gz/brz/lint_E71/+merge/358946

Show diffs side-by-side

added added

removed removed

Lines of Context:
743
743
else:
744
744
    # ad-hoc for easy_install
745
745
    DATA_FILES = []
746
 
    if not 'bdist_egg' in sys.argv:
 
746
    if 'bdist_egg' not in sys.argv:
747
747
        # generate and install brz.1 only with plain install, not the
748
748
        # easy_install one
749
749
        DATA_FILES = [('man/man1', ['brz.1', 'breezy/git/git-remote-bzr.1'])]