comparison setup.py @ 6:85f84b928768

correct package name spelling
author k0s <k0scist@gmail.com>
date Sun, 17 Jan 2010 19:53:57 -0500
parents 349a80ce9def
children 68643e72c749
comparison
equal deleted inserted replaced
5:349a80ce9def 6:85f84b928768
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.1.1" 4 version = "0.1.1"
5 5
6 setup(name='contentransformer', 6 setup(name='contenttransformer',
7 version=version, 7 version=version,
8 description="transform e.g. file data based on type to be served TTW", 8 description="transform e.g. file data based on type to be served TTW",
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