Mercurial > hg > pyloader
comparison setup.py @ 98:d59f0425d705 default tip
version bump
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 27 May 2024 16:20:52 -0700 |
parents | 823c5c26fe66 |
children |
comparison
equal
deleted
inserted
replaced
97:5fc59dfa7aec | 98:d59f0425d705 |
---|---|
5 here = os.path.dirname(os.path.abspath(__file__)) | 5 here = os.path.dirname(os.path.abspath(__file__)) |
6 description = open(os.path.join(here, 'README.txt')).read() | 6 description = open(os.path.join(here, 'README.txt')).read() |
7 except IOError: | 7 except IOError: |
8 description = '' | 8 description = '' |
9 | 9 |
10 version = "0.1.4" | 10 version = "0.1.6" |
11 dependencies = [] | 11 dependencies = [] |
12 | 12 |
13 setup(name='pyloader', | 13 setup(name='pyloader', |
14 version=version, | 14 version=version, |
15 description="Load python attributes from a string", | 15 description="Load python attributes from a string", |