project/setup.py
author Amit Sethi
Wed, 01 Dec 2010 15:42:18 +0530
changeset 326 1368a770d991
parent 147 c085ceb4652a
permissions -rw-r--r--
Changed the accomodation page table

from setuptools import setup

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