"""
Poor man's setuptools script...
"""

from setuptools import setup
execfile('setup.py')
