Download this file
1 2 3 4 5 6
""" Poor man's setuptools script... """ from setuptools import setup execfile('setup.py')