Changeset 106

Show
Ignore:
Timestamp:
Thu Oct 12 12:06:01 2006
Author:
jpellerin
Message:

r3569@Jason-Pellerins-Computer: jhp | 2006-10-12 13:05:46 -0400
Updated description in setup.py with dev version link for easy_install.

Files:

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',