project/setup.py
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 30 Nov 2010 15:51:23 +0530
changeset 315 566e5f783e75
parent 147 c085ceb4652a
permissions -rw-r--r--
Added six fields corresponding to accomodation in the accomodation model and made corresponding changes to view and form

from setuptools import setup

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