To make a python package, in setup.py, I have the following:
setup.py
setup( name=\'TowelStuff\', version=\'0.1.0\', author=\'J. Random Hacke
try: from setuptools import setup except ImportError: from distutils.core import setup