~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Robert Collins
  • Date: 2006-01-05 22:30:59 UTC
  • mto: (1534.1.4 integration)
  • mto: This revision was merged to the branch mainline in revision 1536.
  • Revision ID: robertc@robertcollins.net-20060105223059-a8b64f7b47cf12fb
 * bzrlib.osutils.safe_unicode now exists to provide parameter coercion
   for functions that need unicode strings. (Robert Collins)

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.export',
91
92
                'bzrlib.plugins',
92
 
                'bzrlib.selftest',
 
93
                'bzrlib.store',
 
94
                'bzrlib.tests',
 
95
                'bzrlib.tests.blackbox',
 
96
                'bzrlib.transport',
 
97
                'bzrlib.ui',
93
98
                'bzrlib.util',
94
 
                'bzrlib.transport',
95
 
                'bzrlib.store',
96
99
                'bzrlib.util.elementtree',
97
100
                'bzrlib.util.effbot.org',
98
101
                'bzrlib.util.configobj',