File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ For the most part it's just::
5252* Windows, Linux, or MacOS X 10.9+.
5353* On Linux, requires libsdl2 (2.0.5+).
5454
55+ ===========
56+ Changelog
57+ ===========
58+
59+ You can find the most recent changelog
60+ `here <https://github.com/libtcod/python-tcod/blob/develop/CHANGELOG.rst >`_.
61+
5562=========
5663 License
5764=========
Original file line number Diff line number Diff line change 1- .. include :: ../CHANGELOG.rst
1+ ===========
2+ Changelog
3+ ===========
4+
5+ You can find the most recent changelog
6+ `here <https://github.com/libtcod/python-tcod/blob/develop/CHANGELOG.rst >`_.
Original file line number Diff line number Diff line change @@ -77,11 +77,7 @@ def get_package_data():
7777def get_long_description ():
7878 """Return this projects description."""
7979 with open ("README.rst" , "r" ) as f :
80- readme = f .read ()
81- with open ("CHANGELOG.rst" , "r" ) as f :
82- changelog = f .read ()
83- changelog = changelog .replace ("\n Unreleased\n ------------------" , "" )
84- return "\n " .join ([readme , changelog ])
80+ return f .read ()
8581
8682
8783def check_sdl_version ():
You can’t perform that action at this time.
0 commit comments