project/setup.py
author Amit Sethi
Wed, 03 Nov 2010 00:13:52 +0530
changeset 234 849c8e8391d5
parent 147 c085ceb4652a
permissions -rw-r--r--
Handling the 500's for urls

from setuptools import setup

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