summaryrefslogtreecommitdiff
path: root/src/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.py')
-rw-r--r--src/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup.py b/src/setup.py
index e773ec0..5ca1e3d 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -3,11 +3,11 @@ from setuptools import setup
setup(
name='prettytable',
- version='TRUNK',
+ version='0.5',
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',
+ url='http://code.google.com/p/prettytable',
license='http://www.luke.maurits.id.au/software/bsdlicense.txt',
py_modules=['prettytable']
)