~debian-bazaar/bzrtools/unstable

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2011-04-27 00:06:36 UTC
  • mto: (659.28.2 fix-nick-reference)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: aaron@aaronbentley.com-20110427000636-od4xzn1u465mqzfm
Fix long line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
          author_email="aaron@aaronbentley.com",
10
10
          license = "GNU GPL v2",
11
11
          url="http://bazaar-vcs.org/BzrTools",
12
 
          packages=['bzrlib.plugins.bzrtools', 'bzrlib.plugins.bzrtools.tests'],
 
12
          packages=['bzrlib.plugins.bzrtools',
 
13
                    'bzrlib.plugins.bzrtools.tests'],
13
14
          package_dir={'bzrlib.plugins.bzrtools': '.', })