comparison setup.py @ 2:79a43cbdf584

fix unicode stuff
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 20 Dec 2011 11:34:10 -0800
parents 2f45e6ae75fc
children 6ec69ecbc072
comparison
equal deleted inserted replaced
1:2f45e6ae75fc 2:79a43cbdf584
1 from setuptools import setup, find_packages 1 from setuptools import setup, find_packages
2 import sys, os 2 import sys, os
3 3
4 version = "0.1" 4 version = "0.1.1"
5 5
6 setup(name='clwapp', 6 setup(name='clwapp',
7 version=version, 7 version=version,
8 description="Command Line Web APP", 8 description="Command Line Web APP",
9 long_description="""gives the output from a command line application TTW 9 long_description="""gives the output from a command line application TTW