Merge pull request #1298 from craigcitro/fix_setup

Add back the namespace_packages arg in setup.py.
diff --git a/python/setup.py b/python/setup.py
index 24ac53d..6ea3bad 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -210,6 +210,7 @@
         "Programming Language :: Python :: 3.3",
         "Programming Language :: Python :: 3.4",
         ],
+      namespace_packages=['google'],
       packages=find_packages(
           exclude=[
               'import_test_package',