removed unneeded temp folder

This commit is contained in:
shantisuresh01 2016-11-30 16:33:38 -05:00
parent 10df9f2cdf
commit 358acf315d
2 changed files with 0 additions and 10 deletions

View file

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