blob: 4beaba7c8dd397e663b0623853a6678ffe71a1b1 [file] [log] [blame]
from distutils.core import setup
setup(name = 'Thrift',
version = '1.0',
description = 'Thrift Python Libraries',
author = ['Mark Slee'],
author_email = ['mcslee@facebook.com'],
url = 'http://code.facebook.com/thrift',
packages = ['thrift', 'thrift.protocol', 'thrift.transport']
package_dir = {'thrift' : 'src'},
)