comparison setup.py @ 4:041ba864496f

better description
author k0s <k0scist@gmail.com>
date Wed, 17 Feb 2010 16:38:29 +0000
parents ee67528d75e7
children 043088856f0d
comparison
equal deleted inserted replaced
3:ee67528d75e7 4:041ba864496f
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.0' 4 version = '0.1'
5 5
6 setup(name='hgpaste', 6 setup(name='hgpaste',
7 version=version, 7 version=version,
8 description="serves a hg webdir with paste", 8 description="front-end to serve a hg webdir with paste",
9 long_description="""\ 9 long_description="""\
10 """, 10 """,
11 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers 11 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
12 keywords='paste hg', 12 keywords='paste hg',
13 author='Jeff Hammel', 13 author='Jeff Hammel',