project/setup.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 10 Dec 2010 18:41:40 +0530
changeset 359 9640495f5097
parent 147 c085ceb4652a
permissions -rw-r--r--
Email to be sent to participants about contact details and registration updates just before finals.

from setuptools import setup

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