Add init
This commit is contained in:
parent
f53aac64eb
commit
573ad30dc3
4
setup.py
4
setup.py
@ -1,9 +1,9 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='strafesnet',
|
name='strafesnet',
|
||||||
version='master',
|
version='master',
|
||||||
packages=['strafesnet'],
|
packages=find_packages(),
|
||||||
description='StrafesNET python grpc modules',
|
description='StrafesNET python grpc modules',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"grpcio",
|
"grpcio",
|
||||||
|
1
strafesnet/__init__.py
Normal file
1
strafesnet/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
from datastore_pb2 import datastore_pb2
|
Loading…
Reference in New Issue
Block a user