Skip to content

Commit

Permalink
custom readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaitan committed May 31, 2021
1 parent ba8b657 commit bfb042a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -25,6 +25,7 @@ def remove_block(text, token, margin=0):
readme_ = remove_block(readme, ".. mermaid::", margin=2)
readme_ = remove_block(readme_, ".. autoclasstree::")
readme_ = remove_block(readme_, ".. autoclasstree::")
readme_ = remove_block(readme_, ".. versionchanged::")
return "{}\n\n{}".format(readme_, changes)


Expand Down

0 comments on commit bfb042a

Please sign in to comment.