Skip to content

Commit

Permalink
Fix indentation in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wo0dyn committed Jun 29, 2016
1 parent d3b1552 commit 08a6761
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 08a6761

Please sign in to comment.