We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa70495 commit 4935b23Copy full SHA for 4935b23
setup.py
@@ -1,9 +1,13 @@
1
-#!/usr/bin/env python
+#!/usr/bin/env python3
2
3
from setuptools import setup, find_packages
4
5
-with open("README.md", "r") as f:
6
- long_description = f.read()
+long_description = """
+Python library for the Ping sonar. Ping is the simple,
7
+affordable, and compact ultrasonic altimeter for any aquatic project.
8
+
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."""
11
12
setup(name='bluerobotics-ping',
13
version='0.0.7',
0 commit comments