From 778d93a3901be2bbccf479fe8d234d7497aad374 Mon Sep 17 00:00:00 2001 From: itzaname Date: Sun, 23 Oct 2022 15:48:09 -0400 Subject: [PATCH] Add init --- setup.py | 4 ++-- strafesnet/__init__.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 strafesnet/__init__.py diff --git a/setup.py b/setup.py index 31ff461..603aa8e 100644 --- a/setup.py +++ b/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", diff --git a/strafesnet/__init__.py b/strafesnet/__init__.py new file mode 100644 index 0000000..e69de29