Skip to content

Commit

Permalink
Remove line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Apr 20, 2018
1 parent 68ae121 commit b9cbb68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ def run(self):
with io.open("README.rst", encoding=ENCODING) as f:
long_description = f.read()

with io.open(
os.path.join("docs", "pages", "introduction", "summary.txt"),
encoding=ENCODING) as f:
with io.open(os.path.join("docs", "pages", "introduction", "summary.txt"), encoding=ENCODING) as f:
summary = f.read().strip()

with open(os.path.join(REQUIREMENT_DIR, "requirements.txt")) as f:
Expand Down

0 comments on commit b9cbb68

Please sign in to comment.