From 786f80fe6632902be74f90a577d75e8641494abd Mon Sep 17 00:00:00 2001 From: Silviu Calinoiu Date: Thu, 18 Feb 2016 16:12:11 -0800 Subject: Add a modified patch from craigcitro@ to handle namespace sharing. --- python/setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/setup.py') diff --git a/python/setup.py b/python/setup.py index 6ea3bad7..24ac53db 100755 --- a/python/setup.py +++ b/python/setup.py @@ -210,7 +210,6 @@ if __name__ == '__main__': "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", ], - namespace_packages=['google'], packages=find_packages( exclude=[ 'import_test_package', -- cgit v1.2.3