summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-06-05 22:25:56 -0400
committerChris McDonough <chrism@plope.com>2014-06-05 22:25:56 -0400
commita4959a3a69f3a8e2d6c666f589728fe4cc673012 (patch)
tree4383042869a86be4c97e3ec3b39759d0c29ee744 /setup.py
parent52e4b59f7264adc373bff4d1a96fd489991ecf8b (diff)
parentbe04fa8949b710b613034bfb7d224ab8b41c754a (diff)
downloadpyramid-a4959a3a69f3a8e2d6c666f589728fe4cc673012.tar.gz
pyramid-a4959a3a69f3a8e2d6c666f589728fe4cc673012.tar.bz2
pyramid-a4959a3a69f3a8e2d6c666f589728fe4cc673012.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c832d3fc8..d736dc38d 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ else:
here = os.path.abspath(os.path.dirname(__file__))
try:
- 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:
CHANGES = f.read()