소스 검색

Merge pull request #1298 from craigcitro/fix_setup

Add back the namespace_packages arg in setup.py.
Joshua Haberman 9 년 전
부모
커밋
9242d9b7f4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      python/setup.py

+ 1 - 0
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',