summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-07-21 09:37:34 +0700
committerstepshal <nessento@openmailbox.org>2016-07-21 09:37:34 +0700
commit39bf3155d47c0024240be414a611dcb6d549f53c (patch)
tree373f653d4aec874e2aa3b2a9bc7c77f8526ceb89 /setup.py
parent966e2fa4118277ed4551aa2215ac6ebac34b37e5 (diff)
downloadpython-setuptools-git-39bf3155d47c0024240be414a611dcb6d549f53c.tar.gz
Add missing blank lines after class or function definition.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e9aa97a9..7bd3a079 100755
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,7 @@ def _gen_console_scripts():
yield ("easy_install-{shortver} = setuptools.command.easy_install:main"
.format(shortver=sys.version[:3]))
+
console_scripts = list(_gen_console_scripts())
readme_file = io.open('README.rst', encoding='utf-8')