name = 'TaskKit'

version = (1, 0, 2)

docs = [
    {'name': "Quick Start",  'file': 'QuickStart.html'},
    {'name': "User's Guide", 'file': 'UsersGuide.html'},
    {'name': 'To Do',        'file': 'TODO.text'},
]

status = 'stable'

requiredPyVersion = (2, 0, 0)

synopsis = """TaskKit provides a framework for the scheduling and management of tasks which can be triggered periodically or at specific times."""