Skip to content

Commit 4935b23

Browse files
committed
setup.py: hardcode docstring
1 parent aa70495 commit 4935b23

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

setup.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
from setuptools import setup, find_packages
44

5-
with open("README.md", "r") as f:
6-
long_description = f.read()
5+
long_description = """
6+
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."""
711

812
setup(name='bluerobotics-ping',
913
version='0.0.7',

0 commit comments

Comments
 (0)