project/setup.py
author parth buch<parth.buch.115@gmail.com
Sat, 03 Dec 2011 21:18:57 -0500
branch2011
changeset 507 e2fcfb0d144e
parent 147 c085ceb4652a
permissions -rw-r--r--
Reverted the file, primal please dont commit your production.py

from setuptools import setup

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