summaryrefslogtreecommitdiff
path: root/project/setup.py
blob: 267c218c34062ecd395f234649832362f767e9cc (plain)
1
2
3
4
5
6
7
8
9

from setuptools import setup

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