project/setup.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 15 Nov 2010 19:36:00 +0530
branchpayments
changeset 253 09ec121a7ebf
parent 147 c085ceb4652a
permissions -rw-r--r--
Add a - to the title of the header for Registration Statistics page.

from setuptools import setup

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