From 08a67616b25d6edcda36e4f708ed8e0eeb9ec261 Mon Sep 17 00:00:00 2001 From: Nicolas Dubois Date: Wed, 29 Jun 2016 16:35:23 +0200 Subject: [PATCH] Fix indentation in setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 930e6d61..d9306cfd 100644 --- a/setup.py +++ b/setup.py @@ -4,9 +4,8 @@ import os from setuptools import setup, find_packages - with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: - README = readme.read() + README = readme.read() setup( name='django-formidable',