project/setup.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 10 Dec 2010 20:30:06 +0530
changeset 363 6c860e686ba3
parent 147 c085ceb4652a
permissions -rw-r--r--
Added all the images required to the reaching the venue page.

from setuptools import setup

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