#!/usr/bin/env python from setuptools import setup setup( name='prettytable', version='TRUNK', description='A simple Python library for easily displaying tabular data in a visually appealing ASCII table format', author='Luke Maurits', author_email='luke@maurits.id.au', url='http://www.luke.maurits.id.au/software/prettytable', license='http://www.luke.maurits.id.au/software/bsdlicense.txt', py_modules=['prettytable'] )