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