coins-demo/todo/__init__.py
Peter Bittner 97d27f7589 Reformatted readme and license
Move some setup values to package

Added .gitignore
2014-05-31 09:19:27 +02:00

8 lines
186 B
Python

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