Skip to content

Commit

Permalink
Add p2pd to package_data (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
mryab authored Jun 22, 2021
1 parent 86f3c0d commit b44d860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hivemind/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from hivemind.utils import *
from hivemind.optim import *

__version__ = '0.9.9'
__version__ = "0.9.9.post1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def run(self):
author_email='[email protected]',
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'],
Expand Down

0 comments on commit b44d860

Please sign in to comment.