Skip to content

Commit

Permalink
PIP-enable the todo app. Closes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Dec 21, 2010
1 parent 2fba8df commit dff7b2c
Show file tree
Hide file tree
Showing 45 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
@@ -0,0 +1,13 @@
from setuptools import setup

setup(
name='todo',
version='0.8a.dev',
description=' A task manager for Mozilla\'s localization dashboard.',
author='Stas Malolepszy',
author_email='stas@mozilla.com',
url='http://github.com/stasm/todo',
license='MPL 1.1/GPL 2.0/LGPL 2.1',
packages=['todo'],
install_requires=['Django >=1.1.2'],
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dff7b2c

Please sign in to comment.