2016-04-10 17:42:24 +00:00
|
|
|
"""
|
|
|
|
A multi-user, multi-group task management and assignment system for Django.
|
|
|
|
"""
|
2018-04-10 15:23:44 +00:00
|
|
|
__version__ = '2.0.3'
|
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'
|