Mercurial > hg > configuration
diff setup.py @ 145:a95e7f218bd2 default tip
python3.5
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 19 Feb 2017 20:42:57 -0800 |
parents | af5e83a4763b |
children |
line wrap: on
line diff
--- a/setup.py Thu Dec 11 18:07:10 2014 -0800 +++ b/setup.py Sun Feb 19 20:42:57 2017 -0800 @@ -27,7 +27,7 @@ try: here = os.path.dirname(os.path.abspath(__file__)) - description = file(os.path.join(here, 'README.txt')).read() + description = open(os.path.join(here, 'README.txt')).read() except IOError: description = ''