Commit 9242d9b7 authored by Joshua Haberman's avatar Joshua Haberman

Merge pull request #1298 from craigcitro/fix_setup

Add back the namespace_packages arg in setup.py.
parents e70f9256 0e7c0c2f
...@@ -210,6 +210,7 @@ if __name__ == '__main__': ...@@ -210,6 +210,7 @@ if __name__ == '__main__':
"Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.4",
], ],
namespace_packages=['google'],
packages=find_packages( packages=find_packages(
exclude=[ exclude=[
'import_test_package', 'import_test_package',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment