From 44eae96c1766508949155e8246c30dea8310b66a Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 8 Mar 2010 15:09:11 +0100 Subject: [PATCH] Comment out nose achievements since most of the people wont have them installed. --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fd69215c..b5352883 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,6 @@ +[global] +;command_packages = distcmds + [bdist_rpm] release = 1 packager = Bastian Kleineidam @@ -10,4 +13,4 @@ install_script = install-rpm.sh python = python [nosetests] -with-achievements=1 +;with-achievements=1