# HG changeset patch # User k0s # Date 1266424709 0 # Node ID 041ba864496fd2364504dac3a5d44a3e2e2f32a6 # Parent ee67528d75e7c2bc8a0126e3c3b2f6a75aaafaaf better description diff -r ee67528d75e7 -r 041ba864496f setup.py --- a/setup.py Sun Oct 04 15:31:22 2009 -0400 +++ b/setup.py Wed Feb 17 16:38:29 2010 +0000 @@ -1,11 +1,11 @@ from setuptools import setup, find_packages import sys, os -version = '0.0' +version = '0.1' setup(name='hgpaste', version=version, - description="serves a hg webdir with paste", + description="front-end to serve a hg webdir with paste", long_description="""\ """, classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers