Mercurial > hg > CommandParser
comparison setup.py @ 16:d277ee510157
py35
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sun, 19 Feb 2017 21:03:55 -0800 |
| parents | e0a3148e67a8 |
| children | 77fa5ce8072d |
comparison
equal
deleted
inserted
replaced
| 15:cf6b34894b68 | 16:d277ee510157 |
|---|---|
| 24 from distutils.core import setup | 24 from distutils.core import setup |
| 25 kw['requires'] = dependencies | 25 kw['requires'] = dependencies |
| 26 | 26 |
| 27 try: | 27 try: |
| 28 here = os.path.dirname(os.path.abspath(__file__)) | 28 here = os.path.dirname(os.path.abspath(__file__)) |
| 29 description = file(os.path.join(here, 'README.txt')).read() | 29 description = open(os.path.join(here, 'README.txt')).read() |
| 30 except IOError: | 30 except IOError: |
| 31 description = '' | 31 description = '' |
| 32 | 32 |
| 33 | 33 |
| 34 setup(name='CommandParser', | 34 setup(name='CommandParser', |
