Tres Seaver
2018-03-08 6141a7339840701fcff98a4e36152d998b59ea84
Mark changelogs as ReST, for better Github rendering.
3 files modified
3 files renamed
10 ■■■■ changed files
BFG_HISTORY.rst patch | view | raw | blame | history
CHANGES.rst patch | view | raw | blame | history
HISTORY.rst patch | view | raw | blame | history
MANIFEST.in 2 ●●● patch | view | raw | blame | history
docs/changes.rst 6 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
BFG_HISTORY.rst
CHANGES.rst
HISTORY.rst
MANIFEST.in
@@ -3,7 +3,7 @@
prune docs/_build
include README.rst
include CHANGES.txt HISTORY.txt BFG_HISTORY.txt
include CHANGES.rst HISTORY.rst BFG_HISTORY.rst
include CONTRIBUTORS.txt LICENSE.txt COPYRIGHT.txt
include contributing.md RELEASING.txt
docs/changes.rst
@@ -3,11 +3,11 @@
:app:`Pyramid` Change History
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. include:: ../CHANGES.txt
.. include:: ../CHANGES.rst
.. include:: ../HISTORY.txt
.. include:: ../HISTORY.rst
:mod:`repoze.bfg` Change History (previous name for Pyramid)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. include:: ../BFG_HISTORY.txt
.. include:: ../BFG_HISTORY.rst
setup.py
@@ -18,7 +18,7 @@
        return f.read()
README = readfile('README.rst')
CHANGES = readfile('CHANGES.txt')
CHANGES = readfile('CHANGES.rst')
install_requires = [
    'setuptools',