浏览代码

Add p2pd to package_data (#287)

Max Ryabinin 4 年之前
父节点
当前提交
b44d860538
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      hivemind/__init__.py
  2. 1 1
      setup.py

+ 1 - 1
hivemind/__init__.py

@@ -5,4 +5,4 @@ from hivemind.server import *
 from hivemind.utils import *
 from hivemind.optim import *
 
-__version__ = '0.9.9'
+__version__ = "0.9.9.post1"

+ 1 - 1
setup.py

@@ -145,7 +145,7 @@ setup(
     author_email='mryabinin0@gmail.com',
     url="https://github.com/learning-at-home/hivemind",
     packages=find_packages(exclude=['tests']),
-    package_data={'hivemind': ['proto/*']},
+    package_data={'hivemind': ['proto/*', 'hivemind_cli/*']},
     include_package_data=True,
     license='MIT',
     setup_requires=['grpcio-tools'],