Mercurial > hg > MakeItSo
changeset 172:740c1f2315f2
setup.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 11 Dec 2013 04:56:53 -0800 |
parents | 8f5bfd2e5a35 |
children | ceb8c8042e48 |
files | setup.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Mon Nov 18 16:25:58 2013 -0800 +++ b/setup.py Wed Dec 11 04:56:53 2013 -0800 @@ -7,7 +7,7 @@ except IOError: description = '' -version = '0.2.8' +version = '0.2.9' setup(name='MakeItSo', version=version, @@ -16,10 +16,10 @@ classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers keywords='templates', author='Jeff Hammel', - author_email='jhammel@mozilla.com', + author_email='k0scist@gmail.com' url='http://k0s.org/', license='MPL', - packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), + packages=['makeitso'], include_package_data=True, zip_safe=False, install_requires=[