project/setup.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 20 Jul 2010 02:51:29 +0530
changeset 108 147c75a8f163
parent 96 178b89a3ca4f
child 147 c085ceb4652a
permissions -rw-r--r--
Change the path of local sqlite3 db file.


from setuptools import setup

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