Mercurial > hg > MakeItSo
comparison setup.py @ 243:ba7dd9820181
py35
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 19 Feb 2017 17:47:03 -0800 |
parents | 5cb893831f53 |
children | 1c6807a22cea |
comparison
equal
deleted
inserted
replaced
242:5cb893831f53 | 243:ba7dd9820181 |
---|---|
11 from setuptools import setup | 11 from setuptools import setup |
12 join = os.path.join | 12 join = os.path.join |
13 | 13 |
14 try: | 14 try: |
15 here = os.path.dirname(os.path.abspath(__file__)) | 15 here = os.path.dirname(os.path.abspath(__file__)) |
16 description = file(os.path.join(here, 'README.txt')).read() | 16 description = open(os.path.join(here, 'README.txt')).read() |
17 except IOError: | 17 except IOError: |
18 description = '' | 18 description = '' |
19 | 19 |
20 version = '0.4.2' | 20 version = '0.4.2' |
21 | 21 |