project/setup.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 15 Nov 2010 15:13:00 +0530
changeset 229 18a25490c673
parent 147 c085ceb4652a
permissions -rw-r--r--
Fix the copy paste fail of Special Talk heading from 1 to 2.

from setuptools import setup

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