diff options
| author | goodwillcoding <goodwillcoding@webhippo.net> | 2014-06-01 19:31:20 -0700 |
|---|---|---|
| committer | goodwillcoding <goodwillcoding@webhippo.net> | 2014-06-01 19:31:20 -0700 |
| commit | e2ec94f197f7e2a040091d661cc56496e6136eba (patch) | |
| tree | f96a0f98ab883876418b85e4d2890d0287c93b52 /setup.py | |
| parent | c79c2d9f36f27abfa5e2a72e021298728734138d (diff) | |
| download | pyramid-e2ec94f197f7e2a040091d661cc56496e6136eba.tar.gz pyramid-e2ec94f197f7e2a040091d661cc56496e6136eba.tar.bz2 pyramid-e2ec94f197f7e2a040091d661cc56496e6136eba.zip | |
fix inclusion of README.rst in the package description
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() |
