Add init
This commit is contained in:
parent
f53aac64eb
commit
316e549ea8
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[project]
|
||||||
|
name = "strafesnet"
|
||||||
|
version = "1.0"
|
||||||
|
description = "StrafesNET GRPC"
|
||||||
|
|
||||||
|
[tool.setuptools]
|
||||||
|
# data to be included is specified in MANIFEST.in
|
||||||
|
include-package-data = true
|
||||||
|
|
||||||
|
[tool.setuptools.packages]
|
||||||
|
find = {}
|
||||||
|
|
11
setup.py
11
setup.py
@ -1,11 +0,0 @@
|
|||||||
from setuptools import setup
|
|
||||||
|
|
||||||
setup(
|
|
||||||
name='strafesnet',
|
|
||||||
version='master',
|
|
||||||
packages=['strafesnet'],
|
|
||||||
description='StrafesNET python grpc modules',
|
|
||||||
install_requires=[
|
|
||||||
"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