comparison setup.py @ 5:349a80ce9def

include more setup metadata
author k0s <k0scist@gmail.com>
date Sun, 17 Jan 2010 19:50:03 -0500
parents 5258325a496a
children 85f84b928768
comparison
equal deleted inserted replaced
4:5258325a496a 5:349a80ce9def
9 long_description=""" 9 long_description="""
10 """, 10 """,
11 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers 11 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
12 author='Jeff Hammel', 12 author='Jeff Hammel',
13 author_email='k0scist@gmail.com', 13 author_email='k0scist@gmail.com',
14 url='http://k0s.org', 14 url='http://k0s.org/hg/contenttransformer',
15 license="", 15 license="GPL",
16 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), 16 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
17 include_package_data=True, 17 include_package_data=True,
18 zip_safe=False, 18 zip_safe=False,
19 install_requires=[ 19 install_requires=[
20 # -*- Extra requirements: -*- 20 # -*- Extra requirements: -*-