Skip to content

Commit

Permalink
protobufs seem to be missing
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Aug 31, 2018
1 parent ac62c25 commit 8779312
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions py_grpc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

#with open("tinode_grpc/GIT_VERSION", "r") as version_file:
# git_version = version_file.read().strip()

version = resource_string(__name__, 'GIT_VERSION')
git_version = resource_string(__name__, 'tinode_grpc/GIT_VERSION').decode("ascii")

setuptools.setup(
name="tinode_grpc",
Expand All @@ -20,7 +19,7 @@
long_description_content_type="text/markdown",
url="https://github.com/tinode/chat",
packages=setuptools.find_packages(),
install_requires=['grpcio>=1.9.1'],
install_requires=['protobuf>=3', 'grpcio>=1.9.1'],
license="Apache 2.0",
keywords="chat messaging messenger im tinode",
package_data={
Expand Down

0 comments on commit 8779312

Please sign in to comment.