Restored __init__.py
This commit is contained in:
parent
358acf315d
commit
1a0d641650
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
"""
|
||||
A multi-user, multi-group task management and assignment system for Django.
|
||||
"""
|
||||
__version__ = '1.6'
|
||||
|
||||
__author__ = 'Scot Hacker'
|
||||
__email__ = 'shacker@birdhouse.org'
|
||||
|
||||
__url__ = 'https://github.com/shacker/django-todo'
|
||||
__license__ = 'BSD License'
|
Loading…
Reference in a new issue