project/setup.py
author Parth buch <parth.buch.115@gmail.com>
Thu, 08 Sep 2011 17:47:41 +0530
branch2011
changeset 383 7ef2c154a31d
parent 147 c085ceb4652a
permissions -rw-r--r--
Changed the Sponsors information

from setuptools import setup

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