From 723479f6d5e570c96a7352dbbed4c133e2d4b6d0 Mon Sep 17 00:00:00 2001 From: Dave Shawley Date: Tue, 9 Aug 2016 15:03:58 -0400 Subject: [PATCH] setup.cfg: Not a universal distribution. We cannot distribute this as a universal wheel since the dependencies differ between Python 2 and Python 3. Also removed the nose section since we don't have no stinking tests. --- setup.cfg | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index c9c185c..0000000 --- a/setup.cfg +++ /dev/null @@ -1,7 +0,0 @@ -[bdist_wheel] -universal = 1 - -[nosetests] -with-coverage = 1 -cover-erase = 1 -cover-package = sprockets.mixins.amqp