comparison setup.py @ 8:3be4b669983c

shorter long description
author egj@egj-laptop
date Sun, 03 Jan 2010 13:56:45 -0500
parents a8c60480fce0
children b8c636b0b567
comparison
equal deleted inserted replaced
7:a8c60480fce0 8:3be4b669983c
4 version = "0.2.3" 4 version = "0.2.3"
5 5
6 setup(name='uploader', 6 setup(name='uploader',
7 version=version, 7 version=version,
8 description="a file uploader app", 8 description="a file uploader app",
9 long_description=""" 9 long_description="",
10 """,
11 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers 10 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
12 author='Ethan Jucovy', 11 author='Ethan Jucovy',
13 author_email='', 12 author_email='',
14 url='http://k0s.org/hg/uploader', 13 url='http://k0s.org/hg/uploader',
15 license="GPL", 14 license="GPL",