coins-demo/todo/__init__.py
Peter Bittner dadb8f1ff6 Add tox configuration and integration with setup.py
Add Travis CI build server configuration

Add badges and Tests section to README

Bump version (development)
2016-04-10 19:42:24 +02:00

10 lines
253 B
Python

"""
A multi-user, multi-group task management and assignment system for Django.
"""
__version__ = '1.6.dev1'
__author__ = 'Scot Hacker'
__email__ = 'shacker@birdhouse.org'
__url__ = 'https://github.com/shacker/django-todo'
__license__ = 'BSD License'