From: Jake Farrell Date: Thu, 30 May 2013 03:15:37 +0000 (-0400) Subject: Thrift-1984: namespace collision in python X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=64924b8781eff5a175f46c84f690ffcdb46c9490;p=common%2Fthrift.git Thrift-1984: namespace collision in python Client: py Patch: Jake Farrell Updates fb303 to to be package thrift_fb303. --- diff --git a/contrib/fb303/py/setup.py b/contrib/fb303/py/setup.py index d4f3062e..6710c8f6 100644 --- a/contrib/fb303/py/setup.py +++ b/contrib/fb303/py/setup.py @@ -25,7 +25,7 @@ try: except: from distutils.core import setup, Extension, Command -setup(name = 'thrift', +setup(name = 'thrift_fb303', version = '1.0.0-dev', description = 'Python bindings for the Apache Thrift FB303', author = ['Thrift Developers'],