From 2c66cd4a95a47782185b35a8080a7b5b0f0daed8 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Wed, 2 Mar 2022 10:50:08 -0800 Subject: [PATCH] change the name not the package --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4e68ce2..a9d5232 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open("README.md", "r") as fh: # This call to setup() does all the work setup( - name="meshtastic", + name="meshtastic-future", version="1.3.0", description="Python API & client shell for talking to Meshtastic devices", long_description=long_description, @@ -30,7 +30,7 @@ setup( "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", ], - packages=["meshtastic-future"], + packages=["meshtastic"], include_package_data=True, install_requires=["pyserial>=3.4", "protobuf>=3.13.0", "pypubsub>=4.0.3", "dotmap>=1.3.14", "pexpect>=4.6.0", "pyqrcode>=1.2.1",