project/setup.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 15 Nov 2010 14:59:46 +0530
branchpayments
changeset 248 0fc144c69e84
parent 147 c085ceb4652a
permissions -rw-r--r--
Add paid boolean field to payment model to know whether the user has already paid the fees or not.

from setuptools import setup

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