From 39094c30f4fbf59e0574037063c861ff28c8bef0 Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Wed, 25 Jul 2012 17:25:29 +1000 Subject: [PATCH] Removed comments --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index c92568f..8951e19 100644 --- a/setup.py +++ b/setup.py @@ -20,9 +20,5 @@ setup( platforms='any', packages=find_packages(), - tests_require=['pyqcy'], # 'nose', 'mocktest' - - # Project uses reStructuredText, so ensure that the docutils get - # installed or upgraded on the target machine - #install_requires = ['docutils>=0.3'], + tests_require=['pyqcy'], )