mirror of
https://github.com/meshtastic/python.git
synced 2025-12-31 03:47:55 -05:00
Ready for first release on pypi
This commit is contained in:
7
setup.py
7
setup.py
@@ -4,11 +4,16 @@ from setuptools import setup
|
||||
# The directory containing this file
|
||||
HERE = pathlib.Path(__file__).parent
|
||||
|
||||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
# This call to setup() does all the work
|
||||
setup(
|
||||
name="meshtastic",
|
||||
version="0.5.0",
|
||||
version="0.5.1",
|
||||
description="Python API & client shell for talking to Meshtastic devices",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/meshtastic/Meshtastic-python",
|
||||
author="Kevin Hester",
|
||||
author_email="kevinh@geeksville.com",
|
||||
|
||||
Reference in New Issue
Block a user