Skip to content

Commit

Permalink
txt => rst
Browse files Browse the repository at this point in the history
  • Loading branch information
olemoign committed Jun 22, 2021
1 parent 2d31fb5 commit 3cf8e5d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Changes

.. the ******-heading is used to override the ===== in CHANGES.rst
.. include:: ../CHANGES.txt
.. include:: ../CHANGES.rst
4 changes: 2 additions & 2 deletions pyramid_jinja2/scaffolds/jinja2_starter/setup.py_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import os
from setuptools import setup, find_packages

here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.txt')) as f:
with open(os.path.join(here, 'README.rst')) as f:
README = f.read()
with open(os.path.join(here, 'CHANGES.txt')) as f:
with open(os.path.join(here, 'CHANGES.rst')) as f:
CHANGES = f.read()

requires = [
Expand Down

0 comments on commit 3cf8e5d

Please sign in to comment.