Commit 52e41435 authored by stepshal's avatar stepshal

setup.py: add missing blank line.

parent 8dea0697
...@@ -74,6 +74,7 @@ pytest_runner = ['pytest-runner'] if needs_pytest else [] ...@@ -74,6 +74,7 @@ pytest_runner = ['pytest-runner'] if needs_pytest else []
needs_wheel = set(['release', 'bdist_wheel']).intersection(sys.argv) needs_wheel = set(['release', 'bdist_wheel']).intersection(sys.argv)
wheel = ['wheel'] if needs_wheel else [] wheel = ['wheel'] if needs_wheel else []
def pypi_link(pkg_filename): def pypi_link(pkg_filename):
""" """
Given the filename, including md5 fragment, construct the Given the filename, including md5 fragment, construct the
...@@ -84,6 +85,7 @@ def pypi_link(pkg_filename): ...@@ -84,6 +85,7 @@ def pypi_link(pkg_filename):
parts = root, name[0], name, pkg_filename parts = root, name[0], name, pkg_filename
return '/'.join(parts) return '/'.join(parts)
setup_params = dict( setup_params = dict(
name="setuptools", name="setuptools",
version="25.0.0", version="25.0.0",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment