project/setup.py
author Parth buch <parth.buch.115@gmail.com>
Thu, 08 Sep 2011 16:19:23 +0530
branch2011
changeset 378 0a9aa58f0586
parent 147 c085ceb4652a
permissions -rw-r--r--
Modified the admin url to work with django version 1.3

from setuptools import setup

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