project/setup.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 13 Jul 2010 23:40:34 +0530
changeset 96 178b89a3ca4f
parent 94 87e77aa18610
child 147 c085ceb4652a
permissions -rw-r--r--
Removed unwanted files and made more changes to make SciPyCon a clean app.


from setuptools import setup

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