project/setup.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 15 Jul 2010 00:50:38 +0530
changeset 104 1a83a26756c3
parent 96 178b89a3ca4f
child 147 c085ceb4652a
permissions -rw-r--r--
Renamed Base Model with scope and propogated it to other models.


from setuptools import setup

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