Mercurial > hg > bitsyblog
diff setup.py @ 107:c5b9c9ba42eb
py3
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 03 Nov 2020 08:09:56 -0800 |
parents | bc08a00a7d93 |
children |
line wrap: on
line diff
--- a/setup.py Thu Apr 21 15:17:39 2016 -0700 +++ b/setup.py Tue Nov 03 08:09:56 2020 -0800 @@ -4,7 +4,7 @@ version = '2.4.5' try: - description = file('README.txt').read() + description = open('README.txt').read() except IOError: description = """ Meet bitsyblog. Posting is done with a POST request, so while you can use