coins-demo/todo/__init__.py
2014-11-09 09:31:58 +01:00

8 lines
182 B
Python

"""django todo"""
__version__ = '1.4'
__author__ = 'Scot Hacker'
__email__ = 'shacker@birdhouse.org'
__url__ = 'https://github.com/shacker/django-todo'
__license__ = 'BSD License'