Skip to content

Commit

Permalink
fixed readme processing for pypi by removing the last line
Browse files Browse the repository at this point in the history
  • Loading branch information
virantha committed Mar 22, 2019
1 parent 2af89e9 commit 5461763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,6 +43,7 @@ def read(*filenames, **kwargs):
if line.startswith('####'):
headline_count += 1
if found_features and headline_count == 2:
buf = buf[:-1]
break
else:
buf.append(line.rstrip())
Expand All @@ -51,7 +52,6 @@ def read(*filenames, **kwargs):
packages = find_packages(exclude="tests")

long_description = read('README.rst')
print(long_description)

required = []
dependency_links = []
Expand Down

0 comments on commit 5461763

Please sign in to comment.