Bump version, update classifiers

* Thanks to Graham Bell for updates to PyPE to support Python 3.2
* Also thanks to Graham for 7 being an alias for Sunday
This commit is contained in:
Josiah Carlson 2012-08-12 23:43:17 -07:00
parent 696e7ab872
commit 4181061e84

View file

@ -7,7 +7,7 @@ with open('README') as f:
setup(
name='crontab',
version='.14',
version='.15',
description='Parse and use crontab schedules in Python',
author='Josiah Carlson',
author_email='josiah.carlson@gmail.com',
@ -17,6 +17,9 @@ setup(
'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
],
license='GNU LGPL v2.1',
long_description=long_description,