Reformatted readme and license

Move some setup values to package

Added .gitignore
This commit is contained in:
Peter Bittner 2014-05-31 09:19:27 +02:00
parent 18df0f2c78
commit 97d27f7589
5 changed files with 64 additions and 20 deletions

View file

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