diff options
| author | Chris McDonough <chrism@plope.com> | 2014-06-04 16:54:02 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2014-06-04 16:54:02 -0400 |
| commit | 352e9102157d72f9ac8a2483339181c08920a294 (patch) | |
| tree | f96a0f98ab883876418b85e4d2890d0287c93b52 /setup.py | |
| parent | d76bdb514c92ee1fd9b1bd67387d15d34ea28bb3 (diff) | |
| parent | e2ec94f197f7e2a040091d661cc56496e6136eba (diff) | |
| download | pyramid-352e9102157d72f9ac8a2483339181c08920a294.tar.gz pyramid-352e9102157d72f9ac8a2483339181c08920a294.tar.bz2 pyramid-352e9102157d72f9ac8a2483339181c08920a294.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() |
