Skip to content

Commit 796bcf4

Browse files
committed
fix: Update docs to include changelog
1 parent 6017c78 commit 796bcf4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# The text of the README file
99
README = (HERE / "README.md").read_text()
1010
VERSION = (HERE / "VERSION").read_text()
11+
CHANGELOG = (HERE / "CHANGELOG.md").read_text()
1112

1213
# This call to setup() does all the work
1314
setup(
@@ -35,5 +36,5 @@
3536
'simwrapper = simwrapper.cli:cli'
3637
]
3738
},
38-
long_description=README,
39+
long_description=README + "\n---\n" + CHANGELOG,
3940
)

0 commit comments

Comments
 (0)