# HG changeset patch # User k0s # Date 1267208632 18000 # Node ID 2f45e6ae75fcf265450d3d6fbd3abab5fe39e93a # Parent 196f241286f7c3a9ec21e6323d923eb721761fbd adding setup metadata diff -r 196f241286f7 -r 2f45e6ae75fc setup.py --- a/setup.py Sun Nov 01 18:24:35 2009 -0500 +++ b/setup.py Fri Feb 26 13:23:52 2010 -0500 @@ -1,12 +1,12 @@ from setuptools import setup, find_packages import sys, os -version = "0.0" +version = "0.1" setup(name='clwapp', version=version, description="Command Line Web APP", - long_description=""" + long_description="""gives the output from a command line application TTW """, classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers author='Jeff Hammel',