~lifeless/testtools/haslength

« back to all changes in this revision

Viewing changes to setup.py

Fix Python 3.3 failures and make tests pass in release tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        'testtools.matchers',
78
78
        'testtools.testresult',
79
79
        'testtools.tests',
 
80
        'testtools.tests.matchers',
80
81
        ],
81
82
      cmdclass={'test': testtools.TestCommand})