aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2016-03-05 13:33:24 -0800
committerJoshua Haberman <jhaberman@gmail.com>2016-03-05 13:33:24 -0800
commit9242d9b7f431e40d119faef8b583d945362ef04c (patch)
tree17ac576a4a75f1e38e64c72ffaf8dd35e57f73bc
parente70f9256af79af6092eae4ce22a61b1b6651f37d (diff)
parent0e7c0c2fb8bcf1f50dd01f7620c47a268329bde4 (diff)
downloadprotobuf-9242d9b7f431e40d119faef8b583d945362ef04c.tar.gz
protobuf-9242d9b7f431e40d119faef8b583d945362ef04c.tar.bz2
protobuf-9242d9b7f431e40d119faef8b583d945362ef04c.zip
Merge pull request #1298 from craigcitro/fix_setup
Add back the namespace_packages arg in setup.py.
-rwxr-xr-xpython/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/setup.py b/python/setup.py
index 24ac53db..6ea3bad7 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -210,6 +210,7 @@ if __name__ == '__main__':
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
],
+ namespace_packages=['google'],
packages=find_packages(
exclude=[
'import_test_package',