This commit is contained in:
itzaname 2022-10-23 15:48:09 -04:00
parent f53aac64eb
commit 162b15dddd
3 changed files with 12 additions and 11 deletions

12
pyproject.toml Normal file
View 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 = {}

View File

@ -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
View File