coins-demo/todo/__init__.py
2017-04-13 00:25:43 -07:00

10 lines
250 B
Python

"""
A multi-user, multi-group task management and assignment system for Django.
"""
__version__ = '1.6.2'
__author__ = 'Scot Hacker'
__email__ = 'shacker@birdhouse.org'
__url__ = 'https://github.com/shacker/django-todo'
__license__ = 'BSD License'