This commit is contained in:
itzaname 2022-10-23 15:48:09 -04:00
parent f53aac64eb
commit 19b11caa6f
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,9 @@
from setuptools import setup
from setuptools import setup, find_packages
setup(
name='strafesnet',
version='master',
packages=['strafesnet'],
packages=find_packages(where='strafesnet'),
description='StrafesNET python grpc modules',
install_requires=[
"grpcio",

1
strafesnet/__init__.py Normal file
View File

@ -0,0 +1 @@
from datastore_pb2 import datastore_pb2