summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-03-04 10:10:44 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-03-04 10:10:44 -0500
commit4ad91b774da8adf74f7329cc9b3602a55c4b4776 (patch)
tree14c06c3077a72d0fa9a00c89ce5f609c341e4dbb
parent01678cd653383939af99586e427c294bdfa209c6 (diff)
downloadpython-setuptools-bitbucket-4ad91b774da8adf74f7329cc9b3602a55c4b4776.tar.gz
Reindent header12.4
-rwxr-xr-xsetup.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 021e7fee..7a404f82 100755
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,8 @@
#!/usr/bin/env python
-"""Distutils setup file, used to install or test 'setuptools'"""
+"""
+Distutils setup file, used to install or test 'setuptools'
+"""
+
import io
import os
import sys