Formatting
This commit is contained in:
parent
4a385bde6b
commit
befc7ad2cd
28 changed files with 253 additions and 311 deletions
|
@ -1,12 +1,12 @@
|
|||
"""
|
||||
A multi-user, multi-group task management and assignment system for Django.
|
||||
"""
|
||||
__version__ = '2.4.6'
|
||||
__version__ = "2.4.6"
|
||||
|
||||
__author__ = 'Scot Hacker'
|
||||
__email__ = 'shacker@birdhouse.org'
|
||||
__author__ = "Scot Hacker"
|
||||
__email__ = "shacker@birdhouse.org"
|
||||
|
||||
__url__ = 'https://github.com/shacker/django-todo'
|
||||
__license__ = 'BSD License'
|
||||
__url__ = "https://github.com/shacker/django-todo"
|
||||
__license__ = "BSD License"
|
||||
|
||||
from . import check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue