project/setup.py
author Parth buch <parth.buch.115@gmail.com>
Thu, 08 Sep 2011 15:35:41 +0530
branch2011
changeset 376 5debb109a899
parent 147 c085ceb4652a
permissions -rw-r--r--
Updated django to version 1.3 and replaced the django app repositories to the new ones

from setuptools import setup

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