From 5f232eeec1588d6c99167dd1fb1a309e15398325 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Tue, 15 Jul 2014 12:34:44 +0530 Subject: indentation --- testapp/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testapp') diff --git a/testapp/setup.py b/testapp/setup.py index 101f8f4..a5ca067 100644 --- a/testapp/setup.py +++ b/testapp/setup.py @@ -17,9 +17,9 @@ setup( description='A django app to conduct online test.', long_description=README, install_requires=[ - 'django', - 'django-taggit', - 'django-taggit-autocomplete-modified', + 'django', + 'django-taggit', + 'django-taggit-autocomplete-modified', ], classifiers=[ 'Development Status :: 4 - Beta', -- cgit