[r7401]: projects / TGScheduler / trunk / tgscheduler / release.py History

Parent: [r7399] (diff)

Child: [r7402] (diff)

Download this file

release.py    14 lines (10 with data), 433 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# Release information about TGScheduler
version = "1.6.4"
description = "TurboGears Scheduler"
long_description = """This scheduler package is based on the TurboGears 1
built-in scheduler which is based on the Kronos by Irmen de Jong.
The scheduler makes it easy to have one-time or recurring tasks run as needed."""
author = "Vince Spicer"
email = "vinces1979@gmail.com"
url = "http://tgscheduler.googlecode.com"
license = "MIT"