Skip to content

Commit

Permalink
Nest into Github better.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Nov 26, 2014
1 parent f2b23a7 commit a787bce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -24,8 +24,8 @@ def read(fname):
return fp.read()

try:
README = read(os.path.join(here, 'README.txt'))
CHANGES = read(os.path.join(here, 'CHANGES.txt'))
README = read(os.path.join(here, 'README.rst'))
CHANGES = read(os.path.join(here, 'CHANGES.rst'))
except:
README = ''
CHANGES = ''
Expand Down

0 comments on commit a787bce

Please sign in to comment.