project/setup.py
author Parth buch <parth.buch.115@gmail.com>
Wed, 14 Sep 2011 15:04:34 +0530
branch2011
changeset 392 566daf404839
parent 147 c085ceb4652a
permissions -rw-r--r--
changed the menu to remove links not currently required

from setuptools import setup

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