project/setup.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 20 Jul 2010 19:17:47 +0530
changeset 120 e9172b05bba5
parent 96 178b89a3ca4f
child 147 c085ceb4652a
permissions -rw-r--r--
Removed CSV download and re-ordered admin and comment URL patterns.


from setuptools import setup

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