File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33from setuptools import setup , find_packages
44
55long_description = """
6- Python library for the Ping sonar. Ping is the simple,
7- affordable, and compact ultrasonic altimeter for any aquatic project.
6+ Python library for the Blue Robotics ping-protocol, and devices that implement it.
87
9- This library exposes all functionality of the device, such as getting profiles,
10- controlling parameters, switching modes, or just simply reading in the distance measurement."""
8+ This library provides message apis to use the protocol, as well as device apis to use with the
9+ Blue Robotics Ping Echosounder and Ping360 scanning sonar.
10+ """
1111
1212setup (name = 'bluerobotics-ping' ,
13- version = '0.0.7 ' ,
14- description = 'A python module for the Blue Robotics Ping1D echosounder ' ,
13+ version = '0.0.9 ' ,
14+ description = 'A python module for the Blue Robotics ping-protocol and products ' ,
1515 long_description = long_description ,
1616 long_description_content_type = 'text/markdown' ,
1717 author = 'Blue Robotics' ,
You can’t perform that action at this time.
0 commit comments