summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BFG_HISTORY.rst (renamed from BFG_HISTORY.txt)0
-rw-r--r--CHANGES.rst (renamed from CHANGES.txt)0
-rw-r--r--HISTORY.rst (renamed from HISTORY.txt)0
-rw-r--r--MANIFEST.in2
-rw-r--r--docs/changes.rst6
-rw-r--r--setup.py2
6 files changed, 5 insertions, 5 deletions
diff --git a/BFG_HISTORY.txt b/BFG_HISTORY.rst
index 8a2d40920..8a2d40920 100644
--- a/BFG_HISTORY.txt
+++ b/BFG_HISTORY.rst
diff --git a/CHANGES.txt b/CHANGES.rst
index 482610319..482610319 100644
--- a/CHANGES.txt
+++ b/CHANGES.rst
diff --git a/HISTORY.txt b/HISTORY.rst
index 8a92eadcc..8a92eadcc 100644
--- a/HISTORY.txt
+++ b/HISTORY.rst
diff --git a/MANIFEST.in b/MANIFEST.in
index 8dac939f8..2e18ad5fe 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -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
diff --git a/docs/changes.rst b/docs/changes.rst
index fdeaf1e99..61d639a16 100644
--- a/docs/changes.rst
+++ b/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
diff --git a/setup.py b/setup.py
index 14c0ab770..6fa833737 100644
--- a/setup.py
+++ b/setup.py
@@ -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',