diff --git a/docs/index.rst b/docs/index.rst index 73ffd55..7a97ac2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,3 +4,7 @@ Welcome to Pytest-BDD's documentation! .. contents:: .. include:: ../README.rst + +.. include:: ../AUTHORS.rst + +.. include:: ../CHANGES.rst diff --git a/setup.py b/setup.py index a48b0af..e5a9940 100755 --- a/setup.py +++ b/setup.py @@ -41,8 +41,8 @@ dirname = os.path.dirname(__file__) long_description = ( codecs.open(os.path.join(dirname, "README.rst"), encoding="utf-8").read() + "\n" + - codecs.open(os.path.join(dirname, "CHANGES.rst"), encoding="utf-8").read() + "\n" + - codecs.open(os.path.join(dirname, "AUTHORS.rst"), encoding="utf-8").read() + codecs.open(os.path.join(dirname, "AUTHORS.rst"), encoding="utf-8").read() + "\n" + + codecs.open(os.path.join(dirname, "CHANGES.rst"), encoding="utf-8").read() ) setup(