diff --git a/setup.py b/setup.py index d64e9f2..4e68ce2 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open("README.md", "r") as fh: # This call to setup() does all the work setup( name="meshtastic", - version="1.2.88", + version="1.3.0", description="Python API & client shell for talking to Meshtastic devices", long_description=long_description, long_description_content_type="text/markdown", @@ -22,6 +22,7 @@ setup( license="MIT", classifiers=[ "License :: OSI Approved :: MIT License", + "Development Status :: 4 - Beta", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", @@ -29,7 +30,7 @@ setup( "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", ], - packages=["meshtastic"], + packages=["meshtastic-future"], 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",