2016-04-10 17:42:24 +00:00
|
|
|
"""
|
|
|
|
A multi-user, multi-group task management and assignment system for Django.
|
|
|
|
"""
|
2017-04-13 07:25:43 +00:00
|
|
|
__version__ = '1.6.2'
|
2014-05-31 07:19:27 +00:00
|
|
|
|
|
|
|
__author__ = 'Scot Hacker'
|
|
|
|
__email__ = 'shacker@birdhouse.org'
|
|
|
|
|
|
|
|
__url__ = 'https://github.com/shacker/django-todo'
|
|
|
|
__license__ = 'BSD License'
|