Description: depend on nose to that tests can run
Author: Michael R. Crusoe  <mcrusoe@msu.edu>
Last-Update: 2015-01-30

--- screed.orig/setup.py
+++ screed/setup.py
@@ -16,5 +16,6 @@
                                     'empty.fa']},
       include_package_data=True,
       license='BSD',
-      test_suite = 'nose.collector'
+      test_suite='nose.collector',
+      extras_require={'tests': ['nose >= 1.0']},
       )
