Changeset 106
- Timestamp:
- Thu Oct 12 12:06:01 2006
- Files:
-
- trunk/setup.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/setup.py
r62 r106 21 21 'whose names include "test". nose also supports ' 22 22 'doctest tests and may optionally provide a ' 23 'test coverage report.'), 23 'test coverage report.\n\n' 24 'If you have recently reported a bug marked as fixed, ' 25 'or have a craving for the very latest, you may want ' 26 'the development version instead: ' 27 'http://svn.nose.python-hosting.com/trunk#egg=nose-dev' 28 ), 24 29 license = 'GNU LGPL', 25 30 keywords = 'test unittest doctest automatic discovery',
