Mercurial > hg > genshi_view
diff setup.py @ 22:f088f0b54b55 default tip
py3
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 03 Nov 2020 08:42:44 -0800 |
parents | cf19d2e129de |
children |
line wrap: on
line diff
--- a/setup.py Wed Nov 17 11:02:33 2010 -0800 +++ b/setup.py Tue Nov 03 08:42:44 2020 -0800 @@ -1,9 +1,9 @@ from setuptools import setup, find_packages try: - description = file('README.txt').read() + description = open('README.txt').read() except IOError: - description = '' + description = '' version = '0.3.2' @@ -27,4 +27,3 @@ genshi_view = genshi_view:GenshiViewTemplate """, ) -