project/setup.py
author Parth buch <parth.buch.115@gmail.com>
Mon, 31 Oct 2011 09:22:35 +0530
branch2011
changeset 438 1e4bffd3c917
parent 147 c085ceb4652a
permissions -rw-r--r--
changed the dates in talks-cfp page as well

from setuptools import setup

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