project/setup.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 18 Nov 2010 19:04:24 +0530
branchpayments
changeset 278 2ea8af6851c9
parent 147 c085ceb4652a
permissions -rw-r--r--
Modify the delegate_remainder function to send mails for the registered user and add content for registration update mail.

from setuptools import setup

setup(
    name='project',
    version='1.0',
    description="SciPy.in Conference django website",
)