Skip to content

Commit

Permalink
add some no-indent bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jul 6, 2022
1 parent 7b63977 commit 2382432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def get_readme_as_rst(filepath):
continue
elif skip and line.startswith(' http'):
README += '\n' + line
elif line.startswith('* with'): #XXX: don't indent
README += line
elif line.startswith('* '):
README += line.replace('* ',' - ',1)
elif line.startswith('-'):
Expand Down

0 comments on commit 2382432

Please sign in to comment.