From bbd659f968381c266c18935cfbb2fae609a3e237 Mon Sep 17 00:00:00 2001 From: ulif <uli@gnufix.de> Date: Wed, 18 Feb 2015 13:34:30 +0100 Subject: [PATCH] Display changelog in pkg-descriptions and docs. --- docs/index.rst | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index d0c9fcc..6ab4585 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,6 +6,8 @@ .. include:: ../README.rst +.. include:: ../CHANGES.rst + Indices and tables ================== diff --git a/setup.py b/setup.py index a7c8995..581c217 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( py_modules=['diceware', ], packages=[], namespace_packages=[], - long_description=read('README.rst'), + long_description=read('README.rst') + '\n\n\n' + read('CHANGES.rst'), classifiers=[ "Development Status :: 3 - Alpha", "Environment :: Console", -- GitLab