add changes to the docs build

This commit is contained in:
Anatoly Bubenkov 2015-01-17 21:24:14 +01:00
parent a97cefd26c
commit 0b64557f44
2 changed files with 6 additions and 2 deletions

View File

@ -4,3 +4,7 @@ Welcome to Pytest-BDD's documentation!
.. contents::
.. include:: ../README.rst
.. include:: ../AUTHORS.rst
.. include:: ../CHANGES.rst

View File

@ -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(