Skip to content

Commit

Permalink
Append ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarunas Navickas committed Dec 19, 2019
1 parent 20975b2 commit 0596d16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
with open("README.md", "r") as f:
desc = f.read()

with open("CHANGELOG.md", "r") as f:
desc += "## Changelog\n" + f.read()

setup(
name="rita-dsl",
Expand Down

0 comments on commit 0596d16

Please sign in to comment.