Skip to content

Commit

Permalink
Mark changelogs as ReST, for better Github rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 8, 2018
1 parent 681a79f commit 6141a73
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ graft docs
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
Expand Down
6 changes: 3 additions & 3 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def readfile(name):
return f.read()

README = readfile('README.rst')
CHANGES = readfile('CHANGES.txt')
CHANGES = readfile('CHANGES.rst')

install_requires = [
'setuptools',
Expand Down

0 comments on commit 6141a73

Please sign in to comment.