Add init
This commit is contained in:
parent
f53aac64eb
commit
778d93a390
4
setup.py
4
setup.py
@ -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",
|
||||
|
0
strafesnet/__init__.py
Normal file
0
strafesnet/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user