Mercurial > hg > MakeItSo
comparison setup.py @ 119:c8d3b2edf242
bump version
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 22 Jan 2011 12:27:43 -0800 |
parents | 67b50417b8d1 |
children | 9c70669854f4 |
comparison
equal
deleted
inserted
replaced
118:5964dabba04a | 119:c8d3b2edf242 |
---|---|
5 here = os.path.dirname(os.path.abspath(__file__)) | 5 here = os.path.dirname(os.path.abspath(__file__)) |
6 description = file(os.path.join(here, 'README.txt')).read() | 6 description = file(os.path.join(here, 'README.txt')).read() |
7 except IOError: | 7 except IOError: |
8 description = '' | 8 description = '' |
9 | 9 |
10 version = '0.1' | 10 version = '0.2' |
11 | 11 |
12 setup(name='MakeItSo', | 12 setup(name='MakeItSo', |
13 version=version, | 13 version=version, |
14 description='filesystem template interpreter', | 14 description='filesystem template interpreter', |
15 long_description=description, | 15 long_description=description, |
16 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers | 16 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers |
17 keywords='', | 17 keywords='templates', |
18 author='Jeff Hammel', | 18 author='Jeff Hammel', |
19 author_email='jhammel@mozilla.com', | 19 author_email='jhammel@mozilla.com', |
20 url='http://k0s.org/', | 20 url='http://k0s.org/', |
21 license='MPL', | 21 license='MPL', |
22 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), | 22 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), |