Restored __init__.py

This commit is contained in:
shantisuresh01 2016-12-01 09:38:55 -05:00
parent 358acf315d
commit 1a0d641650

View file

@ -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'