From 9bcdc0e37a7f151df3df26fcac99849fe0f995c4 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Thu, 26 Feb 2015 16:13:55 -0300 Subject: [PATCH] Remove tests_require in setup.py. --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 1638741..9e70fb7 100644 --- a/setup.py +++ b/setup.py @@ -18,9 +18,6 @@ setup( url='http://github.com/juanifioren/django-oidc-provider', author='Juan Ignacio Fiorentino', author_email='juanifioren@gmail.com', - - tests_require=[], - classifiers=[ 'Environment :: Web Environment', 'Framework :: Django',