diff options
| author | Chris McDonough <chrism@plope.com> | 2014-06-05 22:25:56 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2014-06-05 22:25:56 -0400 |
| commit | a4959a3a69f3a8e2d6c666f589728fe4cc673012 (patch) | |
| tree | 4383042869a86be4c97e3ec3b39759d0c29ee744 /setup.py | |
| parent | 52e4b59f7264adc373bff4d1a96fd489991ecf8b (diff) | |
| parent | be04fa8949b710b613034bfb7d224ab8b41c754a (diff) | |
| download | pyramid-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
