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:
parent
696e7ab872
commit
4181061e84
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue